OpenTV ENTera & OpenTV Platform Documentation
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2
25.52_Q4 25.26_Q2 25.12_Q1 24.50_Q4 24.38_Q3 24.26_Q2 23.50_Q4 23.24_Q2 23.12_Q1 22.50_Q4 22.38_Q3 22.24_Q2

Create an event recording request

Request

To create an event recording request, send a POST request to:

https://<host>:<port>/cdvr/v1/recordings

Headers

  • Content-Type: application/json

  • Authorisation

Mandatory arguments

  • eventId – the ID of the event to be recorded

Example

A POST request with this payload creates a recording request for the event with the specified ID:

{
    "eventId": "eastenders_10297"
}

Response

A successful request returns an HTTP 201 status.

A bad request returns an HTTP 400 status.

An unsuccessful request returns an HTTP 401 status.

If the user does not have sufficient quota available, an HTTP 409 status is returned.

See also

For full details of this API, see the User Recordings API documentation.