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

18 lines
237 B
Plaintext

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