Show BIM Geometry File Bundle
show_bim_geometry_file_bundleRetrieve complete details of a BIM Geometry File Bundle using its ID and project ID. Returns JSON with all record information.
Instructions
Return BIM Geometry File Bundle details. 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_geometry_file_bundles/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — bIM Geometry File Bundle ID | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| 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. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |