Get One Coordination Issue Viewpoint (Model Manager Or Legacy BimViewpoint, REST
get_one_coordination_issue_viewpoint_model_manager_or_legacyRetrieve full details of a coordination issue viewpoint using its identifier. Supports both Model Manager UUID and legacy BIM viewpoint ID.
Instructions
Resolves a join row on this issue: viewpoint_uuid match first, else legacy bim_viewpoint_id. - MM-backed: Model Manager GET .../bim/viewpoints/{uuid}; data is the MM viewpoint with primary and position merged from the join row (same idea as PATCH 200). - Legacy: BimViewpointBlueprint view :procore_v0_1 for the linked BimViewpoint, plus primary / position from the join row. 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, coordination_issue_id, viewpoint_id. Procore API (v2.0): Project Management > Coordination Issues. Endpoint: GET /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/{coordination_issue_id}/viewpoints/{viewpoint_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. | |
| coordination_issue_id | Yes | URL path parameter — coordination Issue ID | |
| viewpoint_id | Yes | URL path parameter — **MM-backed:** Model Manager viewpoint UUID (`[0-9a-f-]{36}`, case-insensitive). **Legacy:** numeric `bim_viewpoints.id` for a join row that has `bim_viewpoint_id` (no `viewpoint_uuid`). | |
| included | No | Query string parameter — **Ignored.** Legacy show always returns the full `BimViewpointBlueprint` `:procore_v0_1` payload. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |