{ "opencollection": "1.0.0", "info": { "name": "ESPER API REFERENCE Application Group Commands API", "version": "1.0.0" }, "items": [ { "info": { "name": "Group Commands", "type": "folder" }, "items": [ { "info": { "name": "Run commands on group devices", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/enterprise/:enterprise_id/devicegroup/:group_id/command/", "params": [ { "name": "enterprise_id", "value": "", "type": "path", "description": "ID of the enterprise" }, { "name": "group_id", "value": "", "type": "path", "description": "ID of the group" } ] }, "docs": "Fire commands on all the group devices. Deprecated in favour of commands V2." }, { "info": { "name": "Get group command status", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/enterprise/:enterprise_id/devicegroup/:group_id/command/:command_id/", "params": [ { "name": "command_id", "value": "", "type": "path", "description": "A UUID string identifying this device command." }, { "name": "group_id", "value": "", "type": "path", "description": "A UUID string identifying this group." }, { "name": "enterprise_id", "value": "", "type": "path", "description": "A UUID string identifying enterprise." } ] }, "docs": "Returns GroupCommand instance. Deprecated in favour of commands V2." } ] } ], "bundled": true }