GET /ott/v1/registration/{platform}
Retrieves paginated collection of registered OTT properties by OTT Platform.
URL Parameters
Name | Type | Description | |
---|---|---|---|
platform | string | Required | OTT Platform Name of property |
$page | number | Page number to return from the paged results. Start with 1 and continue until you get zero results. Typically provided along with the $pagesize parameter. | |
$pagesize | number | Number of results per page to return. Typically provided along with the $page parameter. |