List BIM Property File Properties
list_bim_property_file_propertiesRetrieve properties from a BIM Property File using its ID and project ID, with pagination and filters for object ID, category, name, value, query, curated list, or unit of measurement.
Instructions
Lists properties from a specific BIM Property File. A BIM Property File is a resource that represents a 3d-model database. For models published to the Models tool, the property file id can be found in BIM Model Revision object_definition -> id. For models uploaded and extracted with Procore Documents, the property file id can be found in [BIM File Extraction](https://developers.procore... Use this to enumerate BIM records when you need a paginated overview, to find IDs, or to filter by query parameters. Returns a paginated JSON array of BIM records. Use page and per_page to control pagination; the response includes pagination metadata. Required parameters: id, project_id. Procore API: Preconstruction > BIM. Endpoint: GET /rest/v1.0/bim_property_files/{id}/properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — bIM Property File ID. | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Query string parameter — page number for paginated results (default: 1) | |
| per_page | No | Query string parameter — number of items per page (default: 100, max: 100) | |
| filters__object_id | No | Query string parameter — filter item(s) with matching object_id. | |
| filters__category | No | Query string parameter — filter item(s) with matching category. | |
| filters__name | No | Query string parameter — filter item(s) with matching name. | |
| filters__value | No | Query string parameter — filter item(s) with matching value. | |
| filters__query | No | Query string parameter — filter item(s) containing query. Searchable fields include Property Category, Name, and Value | |
| filters__curated_list | No | Query string parameter — filter item(s) to return a curated list of properties | |
| filters__has_uom | No | Query string parameter — filter item(s) to return properties with/without unit of measurement (uom). |