Contact Conversations
GET
/api/v1/accounts/{account_id}/contacts/{id}/conversations
Contacts
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET '/api/v1/accounts//contacts//conversations'
Response Response Example
200 - Example 1
[
{
"id": 0,
"messages": [
{
"content": "string",
"content_type": "text",
"content_attributes": {},
"message_type": "incoming",
"created_at": 0,
"private": true,
"attachment": {},
"sender": {},
"conversation_id": 0
}
],
"account_id": 0,
"inbox_id": 0,
"status": "open",
"timestamp": "string",
"contact_last_seen_at": "string",
"agent_last_seen_at": "string",
"unread_count": 0,
"additional_attributes": {},
"custom_attributes": {
"attribute_key": "attribute_value",
"priority_conversation_number": 3
},
"meta": {
"sender": {
"id": 0,
"name": "string",
"thumbnail": "string",
"channel": "string"
},
"assignee": {
"id": 0,
"uid": "string",
"name": "string",
"available_name": "string",
"display_name": "string",
"email": "string",
"account_id": 0,
"role": "agent",
"confirmed": true,
"custom_attributes": {},
"accounts": [
{
"id": 0,
"name": "string",
"role": "administrator"
}
]
}
},
"display_id": 0
}
]
Request
Path Params
account_id
integerÂ
required
id
numberÂ
required