Show Coordination Issue Workflow Issue
show_coordination_issue_workflow_issueGet detailed coordination issue workflow data including viewpoints and attachments. Use company, project, and issue IDs to access issue details with role-based permissions.
Instructions
Returns a specific Coordination Issue that has associated workflow metadata. Access is controlled by the same visibility rules as the index endpoint: - Project Admins can access all workflow issues - Issue creators can access issues they created - Issue assignees can access issues assigned to them - Workflow members can access issues for workflows they are part of. 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/workflow_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 | |
| view | No | Query string parameter — specifies the view to use for the response. Use 'normal' for basic fields, 'extended' for full details including viewpoints and attachments. | |
| viewpoint_format | No | Query string parameter — specifies the format for viewpoint data. Use 'procore' for Procore format, 'bcf' for BCF format. | |
| included | No | Query string parameter — comma-separated list of fields to include in the response. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |