ado_api_call
Make generic REST API calls to Azure DevOps services for work items, repositories, pipelines, and other DevOps operations.
Instructions
Make a generic Azure DevOps REST API call
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name (default: YourProject). Specify any project name in your organization | |
| endpoint | Yes | API endpoint (e.g., /git/repositories) | |
| method | No | HTTP method (GET, POST, PATCH, PUT, DELETE) | GET |
| params | No | Query parameters | |
| body | No | Request body (for POST/PATCH/PUT) |