{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Entities API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Entities", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List accounts", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/accounts", "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 account records." }, { "info": { "name": "Microsoft Create an account", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/accounts", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new account record." }, { "info": { "name": "Microsoft Get an account", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/accounts(:accountid)", "params": [ { "name": "accountid", "value": "", "type": "path", "description": "Account unique identifier" }, { "name": "$select", "value": "", "type": "query", "description": "Properties to include" } ] }, "docs": "Retrieve a specific account record." }, { "info": { "name": "Microsoft Update an account", "type": "http" }, "http": { "method": "PATCH", "url": "https://{region}.api.cognitive.microsoft.com/accounts(:accountid)", "params": [ { "name": "accountid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update an existing account record." }, { "info": { "name": "Microsoft Delete an account", "type": "http" }, "http": { "method": "DELETE", "url": "https://{region}.api.cognitive.microsoft.com/accounts(:accountid)", "params": [ { "name": "accountid", "value": "", "type": "path" } ] }, "docs": "Delete an account record." }, { "info": { "name": "Microsoft List contacts", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/contacts", "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 contact records." } ] } ], "bundled": true }