Skip to main content
Skip table of contents

Check whether an entity supports a capability

Request

To check whether an entity supports a specific capability, send a GET request to the appropriate endpoint for the entity:

In the response body, for each entity that is returned, there will be a clientControls block that contains a true or false value for each of the configured capabilities.

For example:

CODE
        ...
        "clientControls": {
          "FFWD": false,
          "SO": false,
          "HD": true,
          "UHD": true,
          "NETFLIX": true,
          "AMAZON": true,
          "PVR": true,
          "TVOD": true,
          "NPVR": false
        },
        ...

See also

For full details of this API, see the Metadata Server (MDS) API Documentation.

JavaScript errors detected

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

If this problem persists, please contact our support.