This version of the public API is no longer available.
April 23rd, 2025
Fix
- Fixed the problem that for endpoint POST /tenants/{tenantId}/orders/the value ofuseLatestDocumentwas ignored and instead the default valuetruewas always used
March 25th,2025
Added
- Added new endpoint GET /tenants/{tenantId}/reports/{reportId}/exportto fetch a report with additional models like steps, process steps, interactions, and interaction values
- Added new properties cycleTimeandfirstOpendAtto all endpoints returning a report object
- Added new property parentConditionMatchesto the response ofGET /tenants/{tenantId}/reports/{reportId}/interaction-valuesandGET /tenants/{tenantId}/reports/{reportId}/interaction-values/interaction-version-persistent-id
- Added new property typeto response ofGET /tenants/{tenantId}/documents/{documentId}/steps
- Added new property localMaterialIdto response ofGET /tenants/{tenantId}/interactions/{interactionId}formaterialinteractions
- Added new property failIfSelectedandfailIfNotSelectedto response ofGET /tenants/{tenantId}/interactions/{interactionId}forchoicesinmultiple-choiceinteractions
Fix
- Return proper error message DOCUMENT_NOT_PUBLISHEDforPOST /tenants/{tenantId}/reportsendpoint when trying to start a report for a not published document.
- Return proper error message BLOCKED_ATTACHING_ARCHIVED_SUB_DOCUMENTforPUT /tenants/{tenantId}/documents/{documentId}/documents/{subDocumentId}endpoint when trying to attach archived sub-document withuseLatestDocumentset totrue
March 13th,2025
Fix
- Return proper error message for PATCH /tenants/{tenantId}/reports/{reportId}endpoint when updating the report, where the report is part of an order and the execution mode is sequence
March 10th,2025
Added
- Added new endpoint GET /tenants/{tenantId}/reports/csvto fetch report data in csv format
- Added new endpoint GET /tenants/{tenantId}/reports/xlsxto fetch report data as a XLSX file
- Added new endpoint GET /tenants/{tenantId}/documents/{documentId}/stepsto fetch all the steps of documents and their nested documents
- Added tamil tato the document language
February 24th,2025
Added
- Added new properties in the payload for pdf report generation job POST /tenants/{tenantId}/reports/{reportId}/pdfsto support customizing the pdf generation
February 10th,2025
Deprecated
Old pdf generation endpoints POST /tenants/{tenantId}/reports/{reportId}/generate-pdf, GET /tenants/{tenantId}/report-pdfs/{reportPdfId} and GET /tenants/{tenantId}/report-pdfs/{reportPdfId}/file.pdf are deprecated and will be removed in the next api version in favor of new one GET /tenants/{tenantId}/pdf-jobs/{pdfJobId}, GET /tenants/{tenantId}/pdf-jobs/{pdfJobId}/file and POST /tenants/{tenantId}/reports/{reportId}/pdfs
Added
- Added new endpoint GET /tenants/{tenantId}/pdf-jobs/{pdfJobId}to fetch report pdf generation job
- Added new endpoint GET /tenants/{tenantId}/pdf-jobs/{pdfJobId}/fileto fetch generated report pdf
January 30th,2025
Added
- Added new property numFinishedStepsto the response ofGET /tenants/{tenantId}/reports,GET /tenants/{tenantId}/reports/{reportId},PATCH /tenants/{tenantId}/reports/{reportId},POST /tenants/{tenantId}/reportsandPOST /tenants/{tenantId}/orders/{orderId}/reports/detachendpoints
- Added new endpoint POST /tenants/{tenantId}/reports/{reportId}/pdfsto create pdf report generation job
Fix
- Fix validation for PATCH /tenants/{tenantId}/orders/{orderId}sending statescheduledis not a valid value
December 16th, 2024
Fix
- Return interaction values for archived reports when calling GET /tenants/{tenantId}/reports/{reportId}/interaction-valuesendpoint
October 7th, 2024
Added
- Added new possibility to create steps, process steps and some interactions when creating a new document via POST /tenants/{tenantId}/documentsendpoint
September 23th, 2024
Added
- Added new endpoint PUT /tenants/{tenantId}/documents/{documentId}/documents/{subDocumentId}to add sub-document to a document
September 9th, 2024
Added
- Added new endpoint GET /tenants/{tenantId}/global-materialsto fetch a list of global materials
- Added new endpoint PATCH /tenants/{tenantId}/global-materials/{globalMaterialId}to update global material
- Added new endpoint DELETE /tenants/{tenantId}/global-materials/{globalMaterialId}/class-characteristics/{classCharacteristicId}to delete class characteristic from global material
- Added new endpoint PUT /tenants/{tenantId}/global-materials/{globalMaterialId}/class-characteristics/{classCharacteristicId}to add class characteristic to global material
- Added new endpoint POST /tenants/{tenantId}/orders/{orderId}/pdfsto attach pdf to order
August 12th, 2024
Fix
- Return proper error message for POST /tenants/{tenantId}/reports/{reportId}/generate-pdfendpoint for invalidreportId
July 15th, 2024
Added
- Added new endpoint POST /tenants/{tenantId}/reports/{reportId}/share-linksto create a share link for a report
- Add possibility to update visibleproperty for a document inPATCH /tenants/{tenantId}/documents/{documentId}endpoint
Fix
- Return proper error message for PATCH /tenants/{tenantId}/documents/{documentId}endpoint when trying to sethasVariablestotruefor a visible document
July 1st, 2024
Added
- Added new endpoint PUT /tenants/{tenantId}/global-materials/{globalMaterialId}/imageto update the image of the global material
June 3rd, 2024
Added
- Added new endpoint PUT /tenants/{tenantId}/documents/{documentId}/qr-codes/{qrCodeId}to add QR code to the document
- Added new endpoint POST /tenants/{tenantId}/orders/{orderId}/duplicateto create a duplicate order
- Added new endpoint POST /tenants/{tenantId}/orders/{orderId}/instantiateto instantiate an order
- Added new endpoint POST /tenants/{tenantId}/global-materialsto create global material
Fix
- Return proper error message for POST /tenants/{tenantId}/ordersendpoint when the provided document id is not published
May 20th, 2024
Release
New public api version 2024-05-20 is released. Previous version 2023-09-18 is now deprecated, please set accept-version header to 2024-05-20.
Changed
- Response property statesrenamed tostatefor endpointGET /tenants/{tenantId}/orders
- Response property statesrenamed tostatefor endpointPATCH /tenants/{tenantId}/orders/{orderId}
- Response property statesrenamed tostatefor endpointPOST /tenants/{tenantId}/orders
- Response property commentsrenamed toadditionalDatafor endpointGET /tenants/{tenantId}/orders
- Response and request property commentsrenamed toadditionalDatafor endpointPATCH /tenants/{tenantId}/orders/{orderId}
- Response and request property commentsrenamed toadditionalDatafor endpointPOST /tenants/{tenantId}/orders
- If unsupported accept-versionheader public-api version is used, fallback to latest version.
- Request property classCharacteristicsIdsrenamed toclassCharacteristicIdsfor endpointPOST /tenants/{tenantId}/orders
- Request property classCharacteristicsIdsrenamed toclassCharacteristicIdsfor endpointPOST /tenants/{tenantId}/orders/{orderId}/order-document-assignments
- Response property commentsrenamed tocommentfor endpointsGET /tenants/{tenantId}/reports,GET /tenants/{tenantId}/reports/{reportId},
 PATCH /tenants/{tenantId}/reports/{reportId}andPOST /tenants/{tenantId}/reports
- Property pdfsremoved from endpointGET /tenants/{tenantId}/reports
Added
- Added new endpoint GET /tenants/{tenantId}/documents/{documentId}/step-treeto fetch all the steps attached to the document
- Added new endpoint PATCH /tenants/{tenantId}/documents/{documentId}to update document
- Added new endpoint POST /tenants/{tenantId}/documents/{documentId}/duplicatefor creating duplicate document
- Added new endpoint PUT /tenants/{tenantId}/documents/{documentId}/class-characteristics/:classCharacteristicIdto attach class characteristic to the document
- Added new endpoint DELETE /tenants/{tenantId}/documents/{documentId}/class-characteristics/:classCharacteristicIdto detach class characteristic from the document
- Added new endpoint POST /tenants/{tenantId}/documents/{documentId}/versioningto update the versioning state of the document
- Added new endpoint PATCH /tenants/{tenantId}/tasks/{taskId}to update the task
- Added new endpoint PUT /tenants/{tenantId}/orders/{orderId}/class-characteristicsto replace class characteristics from the order
- Added new endpoint DELETE /tenants/{tenantId}/documents/{documentId}/documents/:subDocumentIdto delete sub-document
- Added new endpoint POST /tenants/{tenantId}/tasks/{taskId}/messageto create a message in the task
- Extend GET /tenants/{tenantId}/ordersendpoint to fetch orders filtered byclassCharacteristicIds
- Added new endpoint POST /tenants/{tenantId}/qr-codesto create qr-code
