Skip to main content
Skip table of contents

View quota usage for a series

Request

To view the user's current quota usage for a particular series, send a GET request to:

https://<host>:<port>/cdvr/v1/account/quotausage/series/{seriesId}

Headers

  • Content-Type: application/json
  • Authorisation

Mandatory arguments

  • seriesId – the ID of the series

Response

A successful request returns an HTTP 200 status.

An unauthorised request returns an HTTP 401 status.

If the service is unavailable, an HTTP 503 status is returned.

Example

A successful request returns a payload that looks like this:

CODE
{
  "seriesQuotaUsage": "72000"
}

See also

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

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.