Show BIM Model Revision
show_bim_model_revisionRetrieve full details of a BIM Model Revision by ID and project ID. Returns JSON data including revision specifics.
Instructions
Return a single BIM Model Revision. Use this to fetch the full details of a specific BIM records by its identifier. Returns a JSON object describing the requested BIM records. Required parameters: id, project_id. Procore API: Preconstruction > BIM. Endpoint: GET /rest/v1.0/bim_model_revisions/{id}
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. | |
| view | No | Query string parameter — the compact view contains only ids. The normal view does not include the attribute 'published_model', and contains 'bim_gridline_id' instead of object. The extended view contains the response shown... | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |