bruno/memori-backend/MemoriList/Gets a list of Memori objects owned by the specified user.bru

18 lines
266 B
Plaintext
Raw Normal View History

2025-03-26 15:08:31 +01:00
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:
}