{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Opportunities API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Opportunities", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List opportunities", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/opportunities", "params": [ { "name": "$select", "value": "", "type": "query", "description": "Properties to include" }, { "name": "$filter", "value": "", "type": "query", "description": "OData filter expression" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of records to return" }, { "name": "$orderby", "value": "", "type": "query", "description": "Sort order" } ] }, "docs": "Retrieve a list of opportunity records." }, { "info": { "name": "Microsoft Create an opportunity", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/opportunities", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new opportunity record." } ] } ], "bundled": true }