Show BIM Model Revision
show_bim_model_revisionFetch complete details for a specific BIM model revision by providing its ID and project ID. Read-only operation that returns the full field set from Procore's BIM API.
Instructions
Return a single BIM Model Revision. Use this when you already know which BIM model revision you want and need its full field set. id must identify an existing parent record — resolve it with the matching list tool first. Returns a single JSON object describing the BIM model revision. Read-only — it changes nothing in Procore. Failures come back as an error payload carrying the HTTP status — commonly 401 when the token has expired, 403 without tool permission, and 404 when an id does not resolve. 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 | |
| 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... | |
| project_id | Yes | Query string parameter — unique identifier for the project. |