Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/tenant//conversation_message/snapshot/paged' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}'{
"list": [
{
"aggregateId": "string",
"aggregateName": "string",
"contextName": "string",
"deleted": true,
"eventId": "string",
"eventTime": 0,
"firstEventTime": 0,
"firstOperator": "string",
"operator": "string",
"ownerId": "string",
"snapshotTime": 0,
"state": {
"botId": "string",
"conversationId": "string",
"deviceId": "string",
"id": "string",
"message": {
"content": {
"text": "string",
"type": "Text"
},
"metadata": {},
"role": "user"
},
"releasedId": "string"
},
"tenantId": "string",
"version": 0
}
],
"total": 0
}