VideoV1Room

get/v1/Rooms

Query parameters

Status'in-progress' | 'completed' | 'failed'

Read only the rooms with this status. Can be: in-progress (default) or completed

UniqueNamestring

Read only rooms with the this unique_name.

DateCreatedAfterstring date-time

Read only rooms that started on or after this date, given as YYYY-MM-DD.

DateCreatedBeforestring date-time

Read only rooms that started before this date, given as YYYY-MM-DD.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes

Changed in 4 of the 50 revisions of this API.19

    • for the query request parameter PageSize, the format changed from no format to int64

      request-parameter-type-changed

    • the response's property default value 0 was added for the status

      response-property-default-value-added

    • the response's property default value 0 was added for the status

      response-property-default-value-added

    • the response's property default value 0 was added for the status

      response-property-default-value-added

    • the response's property default value 0 was added for the status

      response-property-default-value-added

    • removed the DELETE enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the HEAD enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the PATCH enum value from the // response property for the response status

      response-property-enum-value-removed

    • removed the PUT enum value from the // response property for the response status

      response-property-enum-value-removed

    • api tag VideoV1Room added

      api-tag-added