List BIM Model Revision Viewpoints
list_bim_model_revision_viewpointsRetrieve paginated BIM model revision viewpoints by project ID. Filter by revision, updated date, primary flag, or viewpoint format to find specific records.
Instructions
List BIM Model Revision Viewpoints associated to a 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: project_id. Procore API: Preconstruction > BIM. Endpoint: GET /rest/v1.0/bim_model_revision_viewpoints
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| filters__id | No | Query string parameter — return item(s) with the specified IDs. | |
| filters__bim_model_revision_id | No | Query string parameter — filter item(s) with matching Bim Model Revision ids. | |
| filters__updated_at | No | Query string parameter — filter item(s) within a specific updated at iso8601 datetime range. | |
| filters__primary | No | Query string parameter — filter items by primary flag | |
| view | No | Query string parameter — the compact view contains only ids. The extended view contains the response shown below. The normal view contains bim_viewpoint_id instead of object. The default view is normal. | |
| viewpoint_format | No | Query string parameter — specify viewpoint data format. This parameter functions only when the query parameter view is 'extended' The default format returns the viewpoint content as saved. The procore format returns the vi... | |
| 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) |