Get a single thread.
GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>&property=<string>
Returns a single thread.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
archived | string | Whether to return only results that have been archived. Default is false. | |
property | string |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"associatedContactId":"\u003cstring\u003e","createdAt":"\u003cdateTime\u003e","id":"\u003cstring\u003e","inboxId":"\u003cstring\u003e","spam":"\u003cboolean\u003e","status":"CLOSED","closedAt":"\u003cdateTime\u003e","latestMessageTimestamp":"\u003cdateTime\u003e","latestMessageSentTimestamp":"\u003cdateTime\u003e","latestMessageReceivedTimestamp":"\u003cdateTime\u003e","assignedTo":"\u003cstring\u003e","archived":"\u003cboolean\u003e"}