Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Recording

Endpoints Overview

A user can create a new recording for their profile by calling the create recording endpoint. A user may record a program if the following are true:

...

Warning

Not implemented yet

Endpoints overview

EndpointHTTP methodPurpose
/api/recordings/v4/user_profiles/{user_profile_id}/auto_recording_requestsGETView current auto-recording requests
/api/recordings/v4/user_profiles/{user_profile_id}/auto_recording_requestsPOSTCreate new auto-recording request
/api/recordings/v4/user_profiles/{user_profile_id}/auto_recording_requests/{recording_request_id}PATCHUpdate auto-recording request
/api/recordings/v4/user_profiles/{user_profile_id}/auto_recording_requests/{recording_request_id}DELETEDelete auto-recording request

If the user wishes to have recordings created automatically for them as they become available, they can do so using the automated recording feature. To do so, they must first create an Automated recording request by calling the create auto recording request endpoint. Users can obtain a list of their current auto recording requests by calling the get auto recording requests endpoint. Users can update those requests by calling the update recording request endpoint, and delete them using the delete auto recording request endpoint.

...