Message threads
Last updated
Was this helpful?
Last updated
Was this helpful?
Get all message threads that you have created, filtered by time interval and/or specific message thread IDs. Note this operation uses and supports .
[PlatformAddress]/api/connector/v1/messageThreads/getAll
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
EnterpriseIds
array of string
optional, max 1000 items
MessageThreadIds
array of string
optional, max 1000 items
CreatedUtc
optional, max length 3 months
UpdatedUtc
optional, max length 3 months
Limitation
required
Limitation on the quantity of message thread data returned (using cursor pagination).
MessageThreads
required
The filtered message threads.
Cursor
string
optional
Id
string
required
Unique identifier of the message thread.
OriginalSender
string
required
The sender of the original message in the thread.
Subject
string
required
Subject of the message thread.
CreatedUtc
string
required
Creation date and time of the message thread in UTC timezone in ISO 8601 format.
UpdatedUtc
string
required
Last update date and time of the message thread in UTC timezone in ISO 8601 format.
[PlatformAddress]/api/connector/v1/messageThreads/add
ClientToken
string
required
Token identifying the client application.
AccessToken
string
required
Access token of the client application.
Client
string
required
Name and version of the client application.
OriginalSender
string
required
The sender of the original message in the thread.
Subject
string
required
Subject of the message thread.
MessageThreads
required
The created message threads.
Unique identifiers of the . If not specified, the operation returns data for all enterprises within scope of the Access Token.
Unique identifiers of . Required if no other filter is provided.
Interval in which the was created. Required if no other filter is provided.
Interval in which the was updated. Required if no other filter is provided.
array of
Unique identifier of the last and hence oldest message thread returned. This can be used in in a subsequent request to fetch the next batch of older message threads.
Creates a new on behalf of the specified customer, i.e. the sender of the original message in the message thread.
array of