bruno/memori-backend/MemoriList/Gets a list of Memori objects owned by the specified user.bru
2025-03-26 16:08:31 +02:00

18 lines
266 B
Plaintext

meta {
name: Gets a list of Memori objects owned by the specified user.
type: http
seq: 9
}
get {
url: {{baseUrl}}/api/v2/UserMemoriByID/:tenantName/:strUserID/:strToken
body: none
auth: none
}
params:path {
tenantName:
strUserID:
strToken:
}