22 lines
327 B
Plaintext
22 lines
327 B
Plaintext
|
|
meta {
|
||
|
|
name: Gets the details of a Memori object by tenant- user and Memori names-
|
||
|
|
type: http
|
||
|
|
seq: 1
|
||
|
|
}
|
||
|
|
|
||
|
|
get {
|
||
|
|
url: https://backend.memori.ai/api/v2/Memori/{tenantName}/{userName}/{memoriName}/{strToken}
|
||
|
|
body: none
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:query {
|
||
|
|
~strToken:
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
tenantName:
|
||
|
|
userName:
|
||
|
|
memoriName:
|
||
|
|
}
|