Show BIM File Extraction
show_bim_file_extractionRetrieve full details of a specific BIM file extraction by its unique identifier and project ID. Returns a JSON object with the requested BIM records.
Instructions
Return a single BIM File Extraction. 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_file_extractions/{id}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | URL path parameter — unique identifier of the BIM resource | |
| project_id | Yes | Query string parameter — unique identifier for the project. | |
| page | No | Page number for paginated results (default: 1) | |
| per_page | No | Number of items per page (default: 100, max: 100) |