Roku · Example Payload

External Control Protocol Query Apps Example

StreamingTelevisionMediaEntertainmentConnected TVConsumer Electronics

External Control Protocol Query Apps Example is an example object payload from Roku, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

apps

Example Payload

Raw ↑
{
  "apps": [
    {
      "id": "12",
      "type": "appl",
      "version": "5.6.4",
      "name": "Netflix"
    },
    {
      "id": "13",
      "type": "appl",
      "version": "16.6.4",
      "name": "YouTube"
    },
    {
      "id": "31012",
      "type": "appl",
      "version": "10.21.61",
      "name": "Hulu"
    },
    {
      "id": "tvinput.dtv",
      "type": "tvin",
      "version": "1.0.0",
      "name": "Antenna TV"
    }
  ]
}