latestOpenAPI 3.0.32026-08-201592,4923.4 MB

53223abaceb7

CAD Imports

Get information about the imported CAD

get/projects/{projectId}/cadimports/{cadId}

Response

Successful operation.

cadIdstring uuid required

The ID of the CAD.

status'READY' | 'QUEUED' | 'RUNNING' | 'FINISHED' | 'CANCELED' | 'FAILED' required

Status of the operation.

cadStateIdstring uuid required

The ID of the current CAD state. It can point to an empty CAD state in case the import is running or failed.

Example response

{
  "cadId": "f48bf48b-f48b-f48b-f48b-f48bf48bf48b",
  "status": "FINISHED",
  "cadStateId": "159c159c-159c-159c-159c-159c159c159c",
  "failureReason": null
}