bruno/memori-engine/Topics/Lists User objects referencing a specified Topic object, with pagination.bru
2025-03-26 16:08:31 +02:00

19 lines
299 B
Plaintext

meta {
name: Lists User objects referencing a specified Topic object, with pagination.
type: http
seq: 5
}
get {
url: {{baseUrl}}/memori/v2/TopicUsers/:strSessionID/:strTopicID/:from/:howMany
body: none
auth: none
}
params:path {
strSessionID:
strTopicID:
from:
howMany:
}