POST /rest/v1.0/bim_model_revisions

Create a Revision for a BIM Model. If a set of upload UUIDs or model artifact references are not provided, the revision will be created with 'unpublished' publish status.

For 3d files converted to Procore's format using BIM File Extractions API, the geometry_file_id can be retrieved via BIM File Extraction API using the following JSONPath:

$.extraction_items.artifact.mobile_format.id

In a similar manner, the property_file_id can be retrieved via BIM File Extraction API using the following JSONPath:

$.extraction_items.artifact.properties.id

Note that in the response for this BIM Model Revision endpoint, geometry_file_id will be designated as published_model.id, and property_file_id will be designated as object_definition.id.

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Procore-Company-Id Integer Yes

Unique company identifier associated with the Procore User Account.

Request body fields

Name Type Required Description
bim_model_revision Yes
project_id Integer Yes

Unique identifier for the project.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.