{ "opencollection": "1.0.0", "info": { "name": "Microsoft Azure Cognitive Services Accounts Work Items API", "version": "3.2" }, "request": { "auth": { "type": "apikey", "key": "Ocp-Apim-Subscription-Key", "value": "{{Ocp-Apim-Subscription-Key}}", "placement": "header" } }, "items": [ { "info": { "name": "Work Items", "type": "folder" }, "items": [ { "info": { "name": "Microsoft Create a work item", "type": "http" }, "http": { "method": "POST", "url": "https://{region}.api.cognitive.microsoft.com/:project/_apis/wit/workitems/$:type", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project ID or name" }, { "name": "type", "value": "", "type": "path", "description": "Work item type (e.g., Bug, Task, User Story)" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a single work item." }, { "info": { "name": "Microsoft Get a work item", "type": "http" }, "http": { "method": "GET", "url": "https://{region}.api.cognitive.microsoft.com/:project/_apis/wit/workitems/:id", "params": [ { "name": "project", "value": "", "type": "path", "description": "Project ID or name" }, { "name": "id", "value": "", "type": "path", "description": "Work item ID" }, { "name": "api-version", "value": "", "type": "query", "description": "Version of the API to use" }, { "name": "$expand", "value": "", "type": "query", "description": "Expand work item relationships" } ] }, "docs": "Returns a single work item." } ] } ], "bundled": true }