{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Projects API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Projects", "type": "folder" }, "items": [ { "info": { "name": "Microsoft List projects", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/_apis/projects", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" }, { "name": "$top", "value": "", "type": "query", "description": "Maximum number of projects to return" }, { "name": "$skip", "value": "", "type": "query", "description": "Number of projects to skip" }, { "name": "stateFilter", "value": "", "type": "query", "description": "Filter on team project state" } ] }, "docs": "Get all projects in the organization." }, { "info": { "name": "Microsoft Create a project", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/_apis/projects", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Queue a project creation operation." }, { "info": { "name": "Microsoft Get a project", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/_apis/projects/:projectId", "params": [ { "name": "projectId", "value": "", "type": "path", "description": "Project ID or name" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" } ] }, "docs": "Get project with the specified id or name." } ] } ], "bundled": true }