raw_api_call
Execute custom API calls to OpenProject endpoints for managing work packages, projects, and time tracking data.
Instructions
Make a raw API call to any OpenProject endpoint
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | Yes | API endpoint (e.g., /api/v3/work_packages) | |
| method | No | HTTP method | GET |
| body | No | Request body for POST/PATCH |