bruno/memori-engine/UnansweredQuestions/Lists Unanswered Question objects with pagination.bru
2025-03-26 16:08:31 +02:00

18 lines
258 B
Plaintext

meta {
name: Lists Unanswered Question objects with pagination.
type: http
seq: 2
}
get {
url: {{baseUrl}}/memori/v2/UnansweredQuestions/:strSessionID/:from/:howMany
body: none
auth: none
}
params:path {
strSessionID:
from:
howMany:
}