{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Resources API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Resources", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List all resources in a subscription", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/subscriptions/:subscriptionId/resources", "params": [ { "name": "subscriptionId", "value": "", "type": "path", "description": "The ID of the target subscription" }, { "name": "api-version", "value": "", "type": "query", "description": "The API version to use for this operation" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of results to return" } ] }, "docs": "Get all the resources in a subscription." } ] } ], "bundled": true }