19 lines
308 B
Plaintext
19 lines
308 B
Plaintext
|
|
meta {
|
||
|
|
name: Gets the details of a Memori object by tenant name and user and Memori IDs.
|
||
|
|
type: http
|
||
|
|
seq: 2
|
||
|
|
}
|
||
|
|
|
||
|
|
get {
|
||
|
|
url: {{baseUrl}}/api/v2/MemoriByID/:tenantName/:strUserID/:strMemoriID/:strToken
|
||
|
|
body: none
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
tenantName:
|
||
|
|
strUserID:
|
||
|
|
strMemoriID:
|
||
|
|
strToken:
|
||
|
|
}
|