Get list of all client chat conversations with filters
Request
Authorization
OAuth 2.0
Password
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Token URL: identity/token2
or
Query Params
Responses
🟢200
application/json
Successful Response
Body
🟠401
🟠403
🟠404
🟠422
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET '/ai/client/chats/all?search&chat_id&userName&lang&userNames&channels&sentiments&assignees&tags&startDate&endDate&start&length&bot_id'