v1
latestOpenAPI 3.0.22026-07-26236455.6 KBBotsonic Business Bot data
Get Specific Conversation
Get specific conversation by chat_id
get/v1/business/bot-data/conversations/{chat_id}
Path parameters
chat_idstring uuid required
chat_id of specific conversation
chat_id of specific conversation
Response
Successful Response
Example response
{
"_id": "5eb7cf5a86d9755df3a6c593",
"chat_user": {
"_id": "5eb7cf5a86d9755df3a6c593"
},
"chat_data": [
{
"integration": {
"integration_info": {
"id": "5eb7cf5a86d9755df3a6c593"
}
}
}
]
}