Rooms

List rooms

Returns a list of rooms accessible to the authenticated user. Only rooms where the delegated user has access will be returned.

get/rooms

Query parameters

pageinteger

Page number for pagination

page_sizeinteger

Number of items per page

Response

List of accessible rooms

countinteger

Total number of rooms

nextstring nullable

URL to next page

previousstring nullable

URL to previous page

Example response

{
  "results": [
    {
      "id": "7c9e6679-7425-40de-944b-e07fc1f90ae7",
      "slug": "aze-eere-zer",
      "access_level": "trusted",
      "url": "https://visio-sandbox.beta.numerique.gouv.fr/aze-eere-zer",
      "telephony": {
        "enabled": true,
        "pin_code": "123456",
        "phone_number": "+1-555-0100",
        "default_country": "US"
      },
      "configuration": {
        "can_publish_sources": [
          "camera",
          "microphone"
        ],
        "everyone_can_mute": true
      }
    }
  ]
}

Changes

Changed in 2 of the 8 revisions of this API.46

  • 617971cb202f32See the full diff
    • added the new public enum value to the results/items/access_level response property for the response status 200

      response-property-enum-value-added

    • added the new restricted enum value to the results/items/access_level response property for the response status 200

      response-property-enum-value-added

    • added the new trusted enum value to the results/items/access_level response property for the response status 200

      response-property-enum-value-added

    • added the optional property results/items/configuration to the response with the 200 status

      response-optional-property-added

    • the response optional property results/items/access_level became not read-only for the status 200

      response-optional-property-became-not-read-only

    • removed the optional property results/items/configuration from the response with the 200 status

      response-optional-property-removed

    • the response optional property results/items/access_level became read-only for the status 200

      response-optional-property-became-read-only

    • removed the public enum value from the results/items/access_level response property for the response status 200

      response-property-enum-value-removed

    • removed the restricted enum value from the results/items/access_level response property for the response status 200

      response-property-enum-value-removed

    • removed the trusted enum value from the results/items/access_level response property for the response status 200

      response-property-enum-value-removed

    This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog