{ "opencollection": "1.0.0", "info": { "name": "Webex Admin Address Book Device Configurations API", "version": "1.0.0" }, "items": [ { "info": { "name": "Device Configurations", "type": "folder" }, "items": [ { "info": { "name": "List Device Configurations for device", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/deviceConfigurations", "params": [ { "name": "deviceId", "value": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=", "type": "query", "description": "List device configurations by device ID." }, { "name": "key", "value": "", "type": "query", "description": "This can optionally be used to filter configurations. Keys are composed of segments. It's possible to use absolute paths, wildcards or ranges.\n\n- **Absolute** gives only one configuration as a result. `Conference.MaxReceiveCallRate` for example gives the Conference `MaxReceiveCallRate` configuration.\n\n+ **Wildcards** (\\*) can specify multiple configurations with shared segments. `Audio.Ultrasound.*` for example will filter on all Audio Ultrasound configurations.\n\n- **Range** ([_number_]) can be used to filter numbered segments. `FacilityService.Service[1].Name` for instance only shows the first `FacilityService` Service Name configuration, `FacilityService.Service[*].Name` shows all, `FacilityService.Service[1..3].Name` shows the first three and `FacilityService.Service[2..n].Name` shows all starting at 2. Note that [RFC 3986 3.2.2](https://www.ietf.org/rfc/rfc3986.html#section-3.2.2) does not allow square brackets in urls outside the host, so to specify range in a configuration key you will need to encode them to %5B for [ and %5D for ]." } ] }, "docs": "Lists all device configurations associated with the given device ID. Administrators can list configurations for all devices within an organization." }, { "info": { "name": "Update Device Configurations", "type": "http" }, "http": { "method": "PATCH", "url": "{{baseUrl}}/deviceConfigurations", "params": [ { "name": "deviceId", "value": "Y2lzY29zcGFyazovL3VybjpURUFNOnVzLWVhc3QtMl9hL0RFVklDRS9hNmYwYjhkMi01ZjdkLTQzZDItODAyNi0zM2JkNDg3NjYzMTg=", "type": "query", "description": "Update device configurations by device ID." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Edit configurations for the device specified by device ID." } ] } ], "bundled": true }