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

19 lines
249 B
Plaintext

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