GET /rest/v1.0/bim_file_extractions
Return a list of all BIM File Extractions A BIM File Extraction can fail for several reasons. When it does, the errors attribute contains a list of errors encountered while processing the model. The following table lists the possible error codes and types.
Error Types
Code | Type |
---|---|
1 | Undefined |
2 | NetworkErr |
3 | ServerErr |
4 | JsonParseErr |
5 | TokenExpiredErr |
6 | FileOpenErr |
7 | FileWriteErr |
8 | FileCompressionErr |
9 | FileUploadError |
10 | ModelReadErr |
11 | ModelFileSizeErr |
12 | ModelExportErr |
13 | ModelEmptyDBErr |
14 | ModelViewpointErr |
15 | ModelErr |
16 | InvalidStatusError |
17 | FileDecompressionErr |
18 | UnsupportedFileFormat |
19 | No3DGeometry |
20 | InvalidInputError |
21 | UnsupportedFileSource |
22 | MeshNodeLimitError |
23 | RateLimitExhausted |
24 | ODAGenericError |
25 | FileUploadFasError |
Servers
- https://api.procore.com
Request headers
Name | Type | Required | Description |
---|---|---|---|
Procore-Company-Id |
Integer | Yes |
Unique company identifier associated with the Procore User Account. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
page |
Integer | No |
Page |
project_id |
Integer | Yes |
Unique identifier for the project. |
filters[bim_file_id][] |
Array | No |
Return item(s) with the specified bim_file_id in bim_file_upload |
filters[id][] |
Array | No |
Return item(s) with the specified IDs. |
filters[file_version_id][] |
Array | No |
Return item(s) with the specified file_version_id in bim_file_upload |
per_page |
Integer | No |
Elements per page |
filters[document_upload_id][] |
Array | No |
Return item(s) with the specified document_upload_id in bim_file_upload |
filters[document_revision_id][] |
Array | No |
Return item(s) with the specified document_revision_id in bim_file_upload |
filters[extraction_format][] |
Array | No |
Filter item(s) with matching extraction format |
filters[status] |
String | No |
Filter item(s) with matching status |
filters[bim_file_upload_id][] |
Array | No |
Return item(s) with the specified bim_file_upload_id |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.