List BIM Model Revision Properties
list_bim_model_revision_propertiesRetrieve properties of a BIM Model Revision with pagination and filtering. Use to enumerate BIM records and find specific properties by ID, category, name, or value.
Instructions
Lists properties for a specific BIM Model Revision. 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_model_revisions/{id}/properties
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — bIM Model Revision 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). |