Show A Coordination Issue (REST V2.0)
show_a_coordination_issue_rest_v2_0Retrieve detailed information about a specific coordination issue using its unique identifier. Returns a complete JSON object with issue details.
Instructions
Returns a single issue through the scoped collection (filters apply). Supports included like index. 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: company_id, project_id, id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| company_id | Yes | URL path parameter — unique identifier for the company. | |
| project_id | Yes | URL path parameter — unique identifier for the project. | |
| id | Yes | URL path parameter — coordination Issue ID (numeric) | |
| included | No | Query string parameter — comma-separated field names to include (see list endpoint). | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |