Get a single thread.

GET {{baseUrl}}/conversations/v3/conversations/threads/:threadId?archived=<boolean>&property=<string>&association=TICKET

Returns a single thread.

Request Params

KeyDatatypeRequiredDescription
archivedstringWhether to return only results that have been archived. Default is false.
propertystring
associationstringYou 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

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{&quot;associatedContactId&quot;:&quot;\u003cstring\u003e&quot;,&quot;createdAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;id&quot;:&quot;\u003cstring\u003e&quot;,&quot;inboxId&quot;:&quot;\u003cstring\u003e&quot;,&quot;spam&quot;:&quot;\u003cboolean\u003e&quot;,&quot;status&quot;:&quot;CLOSED&quot;,&quot;closedAt&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;latestMessageTimestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;latestMessageSentTimestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;latestMessageReceivedTimestamp&quot;:&quot;\u003cdateTime\u003e&quot;,&quot;assignedTo&quot;:&quot;\u003cstring\u003e&quot;,&quot;archived&quot;:&quot;\u003cboolean\u003e&quot;,&quot;originalChannelAccountId&quot;:&quot;\u003cstring\u003e&quot;,&quot;originalChannelId&quot;:&quot;\u003cstring\u003e&quot;}