bruno/memori-engine/Search/Searches for matching Memory objects, with pagination.bru

41 lines
697 B
Plaintext
Raw Normal View History

2024-07-16 10:15:30 +02:00
meta {
2025-03-26 15:08:31 +01:00
name: Searches for matching Memory objects, with pagination.
2024-07-16 10:15:30 +02:00
type: http
2025-03-26 15:08:31 +01:00
seq: 2
2024-07-16 10:15:30 +02:00
}
post {
2025-03-26 15:08:31 +01:00
url: {{baseUrl}}/memori/v2/Search/:strSessionID/:from/:howMany
2024-07-16 10:15:30 +02:00
body: json
auth: none
}
params:path {
2025-03-26 15:08:31 +01:00
strSessionID:
from:
howMany:
2024-07-16 10:15:30 +02:00
}
body:json {
{
"text": "",
"searchType": "",
"date": "",
"dateUncertaintyDays": "",
"placeName": "",
"placeLatitude": "",
"placeLongitude": "",
"placeUncertaintyKm": "",
"tag": "",
"ignoreLastRead": "",
"excludedMemoryIDs": [],
"contextVars": {},
"contextVarsToSet": {},
"memoryTags": [],
"numberOfResults": "",
2025-03-26 15:08:31 +01:00
"startFrom": "",
"memoryType": "",
"withMediaOnly": ""
2024-07-16 10:15:30 +02:00
}
}