List All Video Entities
Returns a list of existing video entities in sorted order where the most recently created entities show up first.
/v1/video_entities
GET
https://api.uiza.sh/v1/video_entities
Query Parameters
Name | Type | Description |
---|---|---|
live_entity_id | string | The unique identifier of your live entity to be filtered. The API response will return all video entities (aka DVR) belongs to this live entity. |
page_size | number | The maximum number of objects to be returned, between 1 and 100. |
page_token | string | The pagination cursor of the result page to be retrieved. |
Sample Request
Last updated