Api referenceChat
List all threads of a chat
List all threads
List all threads
AuthorizationBearer <token>
In: header
Query Parameters
state?string
Value in
- "all"
- "unread"
- "following"
- "assigned"
limit?number
Range
1 <= value <= 100before?string
roomId?string
Solo i thread di questa stanza (pannello "Replies" del canale).
Response Body
application/json
curl -X GET "https://example.com/v2/chat/threads"{ "data": [ "string" ], "cursor": { "next": "string", "prev": "string", "totalItems": 0 }}