Version 3.8¶
API changes¶
InspectionReport¶
Added the mesh_distances field, the path to a file containing mesh vertex distance values for visualization. Aimed at internal use only.
Query¶
Added QC Failed or review needed option to the quality_control_status enum. This allows targeting both parts with QC Failed status and QC review needed status with the same query.
ReportTemplate¶
Added the display_mesh field, a boolean indicating whether to use mesh visualization in the PDF report. Defaults to false, for standard pointcloud visualization.
Scan¶
Removed the assignments field. This field contained a list of assigned Part UUIDs. This was not usable as parts are fetched by id, not UUID. If you need to know the assignments for a Scan, use the ScanAssignment endpoint and filter by Scan UUID.
Settings¶
Added the date_format field, an enum field to choose the date format used in the UI. Currently supports dmy (DD/MM/YYYY) and mdy (MM/DD/YYYY)
Webhook changes¶
No changes to the webhooks.