v1
latestOpenAPI 3.0.22026-07-26236455.6 KBBotsonic Business Bot data
Get All Conversations
Get all conversations in paginated format
get/v1/business/bot-data/conversations/all
Query parameters
search_querystring
Search for data matching particluar query
Search for data matching particluar query
sort_by'recent' | 'negative' | 'positive'
An enumeration.
Select conversation type to sort by
sort_order'asc' | 'desc'
An enumeration.
Select sorting order
updated_afterstring date-time
Filter conversations updated after this datetime (ISO 8601). Example: 2024-01-01T00:00:00Z
Filter conversations updated after this datetime (ISO 8601). Example: 2024-01-01T00:00:00Z
updated_beforestring date-time
Filter conversations updated before this datetime (ISO 8601). Example: 2024-01-01T00:00:00Z
Filter conversations updated before this datetime (ISO 8601). Example: 2024-01-01T00:00:00Z
pageinteger
sizeinteger
Response
Successful Response
Example response
{
"items": [
{
"_id": "5eb7cf5a86d9755df3a6c593",
"chat_user": {
"_id": "5eb7cf5a86d9755df3a6c593"
},
"chat_data": [
{
"integration": {
"integration_info": {
"id": "5eb7cf5a86d9755df3a6c593"
}
}
}
]
}
]
}