v18
latestSwagger 2.02026-07-13194165.4 KBThreads
Gets the list of chat threads of a user.
get/chat/threads
Query parameters
maxPageSizeinteger
The maximum number of chat threads returned per page.
startTimestring date-time
The earliest point in time to get chat threads up to. The timestamp should be in RFC3339 format: yyyy-MM-ddTHH:mm:ssZ.
api-versionstring required
Version of API to invoke.
Response
Request successful. The action returns a GetThreadsResponse resource.
Example response
{
"value": [
{
"id": "19:uni01_uy5ucb66ugp3lrhe7pxso6xx4hsmm3dl6eyjfefv2n6x3rrurpea@thread.v2",
"topic": "Lunch Chat thread",
"deletedOn": "2020-10-30T10:50:50Z",
"lastMessageReceivedOn": "2020-10-30T10:50:50Z"
}
]
}