18 lines
263 B
Plaintext
18 lines
263 B
Plaintext
|
|
meta {
|
||
|
|
name: Searches for matching Memory objects- with pagination-
|
||
|
|
type: http
|
||
|
|
seq: 2
|
||
|
|
}
|
||
|
|
|
||
|
|
post {
|
||
|
|
url: https://engine.memori.ai/memori/v2/Search/{strSessionID}/{from}/{howMany}
|
||
|
|
body: json
|
||
|
|
auth: none
|
||
|
|
}
|
||
|
|
|
||
|
|
params:path {
|
||
|
|
strSessionID:
|
||
|
|
from:
|
||
|
|
howMany:
|
||
|
|
}
|