show_bim_model
Retrieve BIM model details from Procore projects using model ID and project ID to access building information modeling data for preconstruction planning.
Instructions
Show BIM Model. [Preconstruction/BIM] GET /rest/v1.0/bim_models/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | BIM Model ID | |
| project_id | Yes | Unique identifier for the project. | |
| view | No | The compact view contains only ids. The extended view contains the response shown below. The normal view contains 'current_revision_id' instead of an embedded object 'current_revision' The default ... | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |