GET /rest/v2.0/companies/{company_id}/projects/{project_id}/coordination_issues/viewpoints/resolve_model
Resolves a platform scene_id (from a Model Manager viewpoint) to the corresponding
bim_model_id. This endpoint is used by the CI MFE to construct deep-link URLs to
the document viewer with viewpoint restoration.
The resolution happens via the Model Manager service: queries model revisions filtered
by current_platform_scene_id and returns the bim_model_id from the first matching
revision.
Not nested under a coordination issue — authorized at the project level.
Servers
- https://api.procore.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
project_id |
String | Yes |
Unique identifier for the project. |
company_id |
String | Yes |
Unique identifier for the company. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
scene_id |
String | Yes |
Platform scene UUID from the Model Manager viewpoint's |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.