18 lines
266 B
Plaintext
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:
|
|
}
|