Botsonic 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"
}
}
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.