{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Applications API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Applications", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List applications", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/applications", "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 items" } ] }, "docs": "Get the list of applications in the organization." }, { "info": { "name": "Microsoft Create an application", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/applications", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new application registration." }, { "info": { "name": "Microsoft Get an application", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path", "description": "Application object ID" }, { "name": "$select", "value": "", "type": "query", "description": "Properties to include" } ] }, "docs": "Get the properties of an application object." }, { "info": { "name": "Microsoft Update an application", "type": "http" }, "http": { "method": "PATCH", "url": "https://{region}.api.cognitive.microsoft.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an application object." }, { "info": { "name": "Microsoft Delete an application", "type": "http" }, "http": { "method": "DELETE", "url": "https://{region}.api.cognitive.microsoft.com/applications/:applicationId", "params": [ { "name": "applicationId", "value": "", "type": "path" } ] }, "docs": "Delete an application registration." }, { "info": { "name": "Microsoft Get application", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/applications/:application-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "Unique identifier of the application" }, { "name": "$select", "value": "", "type": "query", "description": "Comma-separated list of properties to include in the response" } ] }, "docs": "Get the properties and relationships of an application object." }, { "info": { "name": "Microsoft Update application", "type": "http" }, "http": { "method": "PATCH", "url": "https://{region}.api.cognitive.microsoft.com/applications/:application-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "Unique identifier of the application" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update the properties of an application object." }, { "info": { "name": "Microsoft Delete application", "type": "http" }, "http": { "method": "DELETE", "url": "https://{region}.api.cognitive.microsoft.com/applications/:application-id", "params": [ { "name": "application-id", "value": "", "type": "path", "description": "Unique identifier of the application" } ] }, "docs": "Delete an application object. When deleted, apps are moved to a temporary container and can be restored within 30 days." } ] } ], "bundled": true }