v6

latestSwagger 2.02026-07-1371219.3 KB
Rooms

Retrieves all created rooms.

get/rooms

Query parameters

api-versionstring required

Version of API to invoke.

Response

Request successful. The action returns a collection of rooms.

nextLinkstring

If there are more rooms that can be retrieved, the next link will be populated.

Example response

{
  "value": [
    {
      "id": "99199690362660524",
      "createdAt": "2021-09-06T05:55:41Z",
      "validFrom": "2021-09-07T07:55:41Z",
      "validUntil": "2021-09-08T15:55:41Z",
      "pstnDialOutEnabled": true
    }
  ]
}
All 7 operations