bruno/memori-engine/User/Lists User objects associated with the Memori of the current session, with pagination.bru

18 lines
280 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Lists User objects associated with the Memori of the current session, with pagination.
2024-07-16 10:15:30 +02:00
type: http
seq: 2
}
get {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/Users/:strSessionID/:from/:howMany
2024-07-16 10:15:30 +02:00
body: none
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
from:
howMany:
2024-07-16 10:15:30 +02:00
}