Show BIM Model Revision Plan
show_bim_model_revision_planRetrieve complete details of a specific BIM model revision plan using its ID and project ID. Resolve the ID with the list tool first.
Instructions
Return a single BIM Model Revision Plan item. Use this when you already know which BIM model revision plan 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 plan. 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_revision_plans/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — bIM Model Revision Plan ID | |
| view | No | Query string parameter — the compact view contains only ids. The extended view contains the response shown below. The normal view contains 'bim_plan_id' and 'bim_level_id' instead of objects. The default view is normal. | |
| project_id | Yes | Query string parameter — unique identifier for the project. |