tc_api_call
Execute any Trimble Connect REST API call by specifying method, region, path, and optional body/query. Supports Core API and BCF API.
Instructions
Execute any Trimble Connect REST API call. Use the documentation tools first to find the right endpoint, then use this tool to execute it. Supports Core API and BCF API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body for POST/PUT/PATCH (JSON object) | |
| path | Yes | API path (e.g. /projects, /files/{fileId}, /todos). Do NOT include the base URL. | |
| query | No | Query parameters as key-value pairs (e.g. {projectId: '...', type: 'FILE'}) | |
| method | Yes | HTTP method | |
| region | Yes | Trimble Connect region: us (North America), eu (Europe), ap (Asia-Pacific), ap-au (Australia) | |
| apiType | No | API type: core (/tc/api/2.0) or bcf (/bcf/2.1) | core |