Get Conversation
GET/conversations/:conversationId
Get the conversation details based on the conversation ID
Request
API Version
v3Conversation ID as string
Successful response
- application/json
- Schema
- Example (auto)
Schema
Unique identifier of the contact associated with this conversation
Unique identifier of the business location where this conversation takes place
Flag indicating if this conversation has been moved to trash/deleted
Flag indicating if this conversation is currently in the main inbox view
Communication channel type for this conversation: 1 (Phone), 2 (Email), 3 (Facebook Messenger), 4 (Review), 5 (Group SMS), 6 (Internal Chat - coming soon)
Number of messages in this conversation that have not been read by the user
Unique identifier of the team member currently responsible for handling this conversation
Unique identifier for this specific conversation thread
Flag indicating if this conversation has been marked as important/starred by the user
{
"contactId": "ve9EPM428kjkvShlRW1KT",
"locationId": "ve9EPM428kjkvShlRW1KT",
"deleted": false,
"inbox": true,
"type": 0,
"unreadCount": 1,
"assignedTo": "ve9EPM428kjkvShlRW1KT",
"id": "ve9EPM428kjkvShlRW1KT",
"starred": true
}