Players > Ads

Return an ads

This endpoint allows you to retrieve an Ads.

get/1/videos/{channel}/players/{player}/ads/{ads}

Path parameters

channelinteger required

The unique identifier (ID) of the channel to request.

playerinteger required

The unique identifier (ID) of the player to request.

adsinteger required

The unique identifier (ID) of the ads to request.

Query parameters

withstring

Optional : Allows loading additional data about a resource, which may include related resources.

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": {
    "id": 1
  }
}

Changes