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

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:

        ...
        "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.