show_bim_file
Retrieve detailed BIM file information from Procore projects using file ID and project ID to access building information modeling data.
Instructions
Show BIM File. [Preconstruction/BIM] GET /rest/v1.0/bim_files/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | BIM File ID. | |
| project_id | Yes | Unique identifier for the project. | |
| view | No | The compact view contains only ids. The normal and extended view contains the response shown below. The default view is normal. | |
| page | No | Page number for pagination | |
| per_page | No | Items per page (max 100) |