aps_issues_request
Directly call ACC Issues API endpoints for full control over custom filters, attribute definitions, and advanced operations not available in simplified tools.
Instructions
Call any ACC Issues API endpoint (construction/issues/v1). This is the raw / power‑user tool – it returns the full API response. Prefer the simplified tools (aps_issues_list, aps_issues_get, etc.) for everyday use. Use this when you need full control: custom filters, attribute definitions, attribute mappings, or endpoints not covered by simplified tools.
⚠️ Project IDs for the Issues API must NOT have the 'b.' prefix. If you have a Data Management project ID like 'b.abc123', use 'abc123'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | HTTP method. | |
| path | Yes | API path relative to developer.api.autodesk.com (e.g. 'construction/issues/v1/projects/{projectId}/issues'). Must include the version prefix (construction/issues/v1). | |
| query | No | Optional query parameters as key/value pairs (e.g. { "filter[status]": "open", "limit": "50" }). | |
| body | No | Optional JSON body for POST/PATCH requests. | |
| region | No | Data centre region (x-ads-region header). Defaults to US. |