Limitation
property to implement a form of data pagination and thus limit the quantity of items returned.[PlatformAddress]/api/connector/v1/messageThreads/getAll
ClientToken
AccessToken
Client
MessageThreadIds
CreatedUtc
UpdatedUtc
Limitation
StartUtc
EndUtc
Cursor
Count
Limitation example: A request with Cursor set to null and Count set to 10 will return the latest or most recent 10 items, and the value of Cursor in the response will reference the oldest of those 10 items returned. Let's say the value of Cursor returned is "12345", then if a subsequent request is made with Cursor set to "12345" and Count set to 10, then the next oldest 10 items will be returned. This process can be repeated as required to fetch historical data.
Cursor
Id
OriginalSender
Subject
CreatedUtc
UpdatedUtc
[PlatformAddress]/api/connector/v1/messageThreads/add
ClientToken
AccessToken
Client
OriginalSender
Subject