Message threads
Get all message threads
Get all message threads that you have created, filtered by time interval and/or specific message thread IDs. Note this operation uses Pagination and supports Portfolio Access Tokens.
Request
[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).
Response
MessageThreads
required
The filtered message threads.
Cursor
string
optional
Message thread
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.
Add message thread
Creates a new Message thread on behalf of the specified customer, i.e. the sender of the original message in the message thread.
Request
[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.
Response
MessageThreads
required
The created message threads.
Last updated
Was this helpful?