bruno/memori-engine/User/Lists all Topic objects referenced by a specified User object.bru
2025-03-26 16:08:31 +02:00

17 lines
250 B
Plaintext

meta {
name: Lists all Topic objects referenced by a specified User object.
type: http
seq: 4
}
get {
url: {{baseUrl}}/memori/v2/UserTopics/:strSessionID/:strUserID
body: none
auth: none
}
params:path {
strSessionID:
strUserID:
}