Authorization: Bearer ********************{
"condition": {
"children": "[]",
"field": "",
"operator": "AND",
"options": {},
"value": null
},
"pagination": {
"index": "1",
"size": "10"
},
"projection": {
"exclude": "[]",
"include": "[]"
},
"sort": "[]"
}curl --location --request POST '/tenant//released_bot/snapshot/paged/state' \
--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": [
{
"bot": {
"avatar": {
"type": "None"
},
"description": "string",
"id": "string",
"name": "string",
"orchestration": {
"type": "None"
}
},
"channels": [
{
"id": "string",
"releaseKey": "string",
"securityPolicy": "string",
"type": "Tenant"
}
],
"description": "string",
"id": "string",
"version": {
"release": "string",
"version": 1
},
"tenantReleased": true
}
],
"total": 0
}