list_bim_models
Retrieve BIM models from a Procore project to manage and filter building information modeling data for preconstruction planning.
Instructions
List BIM Models. [Preconstruction/BIM] GET /rest/v1.0/bim_models
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Unique identifier for the project. | |
| page | No | Page | |
| per_page | No | Elements per page | |
| 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 ... | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__bim_file_id | No | Filter item(s) with matching BIM File ids | |
| filters__has_revisions | No | Filter item(s) with or without revisions. | |
| filters__search | No | Filter item(s) with the matching search query. The search is performed on title. | |
| sort | No | Sort item(s) by an attribute. The default sort is ascending. To sort in descending order, prepend the sort value with a hyphen character '-' |