bruno/memori-engine/Search/Picks up to 5 random Memory objects.bru
2025-03-26 16:08:31 +02:00

39 lines
643 B
Plaintext

meta {
name: Picks up to 5 random Memory objects.
type: http
seq: 3
}
post {
url: {{baseUrl}}/memori/v2/Random/: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": ""
}
}