AladiaDocs
Api referenceRooms

List the most recent rooms

GET
/v2/rooms/most-recent
AuthorizationBearer <token>

In: header

Query Parameters

next?string
prev?string
sortBy?string
sortDirection?string

Value in

  • "desc"
  • "asc"
type*string

Value in

  • "one-to-one"
  • "group"
  • "space"
  • "course"
  • "folder"
  • "subscription-cancellation"

Response Body

application/json

curl -X GET "https://example.com/v2/rooms/most-recent?type=one-to-one"
{  "data": [    "string"  ],  "cursor": {    "next": "string",    "prev": "string",    "totalItems": 0  }}