List BIM Property File Objects
list_bim_property_file_objectsRetrieve paginated BIM objects from a property file using file ID and project ID. Filter by search or object IDs for targeted results.
Instructions
Lists objects 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.co... 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}/objects
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) | |
| object_search_id | No | Query string parameter — unique identifier of the object search | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| filters__query | No | Query string parameter — filter item(s) containing query. Searchable fields include Object Value |