Show BIM Geometry File Bundle (Deprecated)
show_bim_geometry_file_bundleNeed full BIM Geometry File Bundle details? Provide its ID and project ID to retrieve the complete record.
Instructions
Return BIM Geometry File Bundle details. DEPRECATED: Procore has deprecated this endpoint (as of 2024-11-04). It is scheduled for removal on 2025-11-30; prefer a newer version of this resource where one exists, and use procore_search_endpoints to find it. Use this when you already know which BIM geometry file bundle 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 geometry file bundle. 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_geometry_file_bundles/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — bIM Geometry File Bundle ID | |
| view | No | Query string parameter — the compact view contains only ids. The extended view contains the response shown below. The normal view contains ids instead of objects for each file object. The default view is normal. | |
| project_id | Yes | Query string parameter — unique identifier for the project. |