AladiaDocs
Api referenceChat

List all threads of a chat

List all threads

GET
/v2/chat/threads

List all threads

AuthorizationBearer <token>

In: header

Query Parameters

state?string

Value in

  • "all"
  • "unread"
  • "following"
  • "assigned"
limit?number
Range1 <= value <= 100
before?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  }}