Get a single thread.
GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>&property=<string>&association=TICKET
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 | ||
association | string | You can specify an association type here of TICKET . If this is set the response will included a thread associations object and associated ticket id if present. If there are no associations to a ticket with this conversation, then the thread associations object will not be present on the response. |
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","originalChannelAccountId":"\u003cstring\u003e","originalChannelId":"\u003cstring\u003e"}