Models and Revisions

Upload a model revision

Use the create library item endpoint to upload an IFC file.

Valid file formats are:

  • IFC
  • IFCZIP

Prepare request header

Set the necessary fields of the JSON object and set the value to the request header Bimsync-Params.

JSON


Optional callback URI

If you want to receive a notification when the revision is processed, set the callbackUri field to the request header Bimsync-Params.

JSON


Catenda will issue an HTTP GET request to the callback URI with the following query parameters.

  • token contains a revision status id.
  • result with value success or error.

Make request

Attach the file to the request and set the Content-Type header to application/ifc.

Curl


Download a model revision

Use the get revision endpoint to download a model revision.

Make request

Set the Accept header to application/ifc.

Curl




Updated 17 Jun 2024
Did this page help you?