Show Coordination Issue
show_coordination_issueFetch full details of a specific Coordination Issue by providing its ID and project ID. Returns a JSON object with complete issue information including attachments, viewpoints, and linked items.
Instructions
Return a single Coordination Issue item. Use this to fetch the full details of a specific Coordination Issues by its identifier. Returns a JSON object describing the requested Coordination Issues. Required parameters: id, project_id. Procore API: Project Management > Coordination Issues. Endpoint: GET /rest/v1.0/coordination_issues/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — coordination Issue ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| view | No | Query string parameter — the compact view contains only ids. The normal view is a subset of the response shown below, and does not include attachments, viewpoints, linked items and updated_by The extended view contains the... | |
| viewpoint_format | No | Query string parameter — specify viewpoint data format. This parameter functions only when the query parameter view is 'extended' The default format returns the viewpoint content as saved. The procore format returns the vi... | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |