{ "opencollection": "1.0.0", "info": { "name": "Azure DevOps Artifacts Attachments Work Item Types API", "version": "7.1" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Work Item Types", "type": "folder" }, "items": [ { "info": { "name": "Azure DevOps List work item types", "type": "http" }, "http": { "method": "GET", "url": "https://feeds.dev.azure.com/{organization}/{project}/_apis/wit/workitemtypes", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Azure DevOps REST API version. Use 7.1 for the latest stable version." } ] }, "docs": "Returns a list of all work item types defined in the project. Work item types include Bug, Task, User Story, Feature, Epic, and any custom types defined in the process template.\n" }, { "info": { "name": "Azure DevOps Get a work item type", "type": "http" }, "http": { "method": "GET", "url": "https://feeds.dev.azure.com/{organization}/{project}/_apis/wit/workitemtypes/:type", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Azure DevOps REST API version. Use 7.1 for the latest stable version." }, { "name": "type", "value": "Bug", "type": "path", "description": "Name of the work item type" } ] }, "docs": "Returns detailed information about a specific work item type, including its fields, transitions, states, and rules. The type name is case-sensitive and must match exactly (e.g., 'Bug', 'Task', 'User Story').\n" }, { "info": { "name": "Azure DevOps List work item fields", "type": "http" }, "http": { "method": "GET", "url": "https://feeds.dev.azure.com/{organization}/{project}/_apis/wit/fields", "params": [ { "name": "api-version", "value": "", "type": "query", "description": "Azure DevOps REST API version. Use 7.1 for the latest stable version." }, { "name": "$expand", "value": "", "type": "query", "description": "Include additional details such as allowed values" } ] }, "docs": "Returns a list of all work item fields available in the project. Includes both system fields (System.*) and custom fields, with their types, reference names, and whether they are read-only.\n" } ] } ], "bundled": true }