Get Conversation
Get detailed conversation for a chat channel.
Get conversation for a channel
GET
https://9zie5pgzja.execute-api.us-east-1.amazonaws.com/production
This endpoint allows you to get all the conversations for this chat.
Query Parameters
Name
Type
Description
user_id
number
The user_id that is requesting this conversation. We will be using this user id to mark the messages as read.
chat_key
string
The chat_key is a unique identifier of each channel.
tenant
string
The tenant key that is requesting this data.
api_key
string
Api key for the tenant.
[{
"content": " Hello World ",
"created_at": "2020-06-20 04:03:19 +0000",
"unique_interaction_locator" : "54607_-2687763166345296570_1592625799",
"ttl" : # '39393939393',
"responded_status" : true,
"chat_key" : "54607_54633",
"sender_id" : "54607",
"tenant" : "abra_db",
"response_required" : true,
"content_type" : "chat",
"notification_master_category" : "chat",
"notification_sub_category" : "personal",
"body" : "Hello World "
}, {
"content" : " Nice work ",
"created_at" : "2020-06-20 04:03:40 +0000",
"unique_interaction_locator" : "54607_-3285443016568142420_1592625820",
"ttl" : '9393933939393',
"responded_status" : true,
"chat_key" : "54607_54633",
"sender_id" : "54607",
"tenant" : "abra_db",
"response_required" : true,
"content_type" : "chat",
"notification_master_category" : "chat",
"notification_sub_category" : "personal",
"body" : "Nice work "
}
Last updated
Was this helpful?