{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Device Configuration API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Device Configuration", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List device configurations", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/deviceManagement/deviceConfigurations", "params": [ { "name": "$select", "value": "", "type": "query" }, { "name": "$filter", "value": "", "type": "query" }, { "name": "$top", "value": "", "type": "query" } ] }, "docs": "List properties and relationships of device configuration objects." } ] } ], "bundled": true }