list_bim_levels
Retrieve BIM levels for a Procore project to manage building information modeling data during preconstruction phases.
Instructions
List BIM Levels. [Preconstruction/BIM] GET /rest/v1.0/bim_levels
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 'bim_file_id', 'location_id', and 'created_by_id' instead of embedded objects. The ... | |
| filters__id | No | Return item(s) with the specified IDs. | |
| filters__bim_file_id | No | Filter item(s) with matching BIM File ids | |
| filters__location_id | No | Location ID. Returns item(s) with the specified Location ID or a range of Location IDs. | |
| 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 '-' |