{ "opencollection": "1.0.0", "info": { "name": "Roku External Control Protocol (ECP) Apps organisation-roles API", "version": "1.0" }, "items": [ { "info": { "name": "organisation-roles", "type": "folder" }, "items": [ { "info": { "name": "Roku List Organisation Roles", "type": "http" }, "http": { "method": "GET", "url": "http://{rokuDeviceIp}:8060/api/v1/organisation-roles", "params": [ { "name": "items", "value": "", "type": "query", "description": "The number of items per page. Use 0 for no limit." }, { "name": "page", "value": "", "type": "query", "description": "The page number. Use 0 for the first page." } ] }, "docs": "Roku List Organisation Roles" }, { "info": { "name": "Roku Get Organisation Role", "type": "http" }, "http": { "method": "GET", "url": "http://{rokuDeviceIp}:8060/api/v1/organisation-roles/:role_id", "params": [ { "name": "role_id", "value": "", "type": "path" } ] }, "docs": "Roku Get Organisation Role" } ] } ], "bundled": true }