Skip to content

Get Conversation Handler



wss conversation_handler_get

The conversation_handler_get request returns the chat handle for the specified CID.

NameTypeDescription
cidstringConverstaion ID
NameTypeDescription
updated_bystringUser ID that last modified
contentstringHandler logic in string form
{
"request": {
"conversation_handler_get": {
"cid": "507f1f77bcf86cd799439012"
},
"id": "RequestId"
}
}
{
"response": {
"id": "RequestId",
"conversation_handler": {
"content": "...",
"updated_by": "63480e68f4794709f802a2fa"
}
}
}