39 lines
641 B
Plaintext
39 lines
641 B
Plaintext
meta {
|
|
name: Picks up to 20 Memory Hint objects.
|
|
type: http
|
|
seq: 4
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/memori/v2/Hints/:strSessionID
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
params:path {
|
|
strSessionID:
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"text": "",
|
|
"searchType": "",
|
|
"date": "",
|
|
"dateUncertaintyDays": "",
|
|
"placeName": "",
|
|
"placeLatitude": "",
|
|
"placeLongitude": "",
|
|
"placeUncertaintyKm": "",
|
|
"tag": "",
|
|
"ignoreLastRead": "",
|
|
"excludedMemoryIDs": [],
|
|
"contextVars": {},
|
|
"contextVarsToSet": {},
|
|
"memoryTags": [],
|
|
"numberOfResults": "",
|
|
"startFrom": "",
|
|
"memoryType": "",
|
|
"withMediaOnly": ""
|
|
}
|
|
}
|