This version of the public API is no longer available.
June 3rd, 2024
Fix
- Return proper error message for
POST /tenants/{tenantId}/ordersendpoint when the provided document id is not published
May 6th, 2024
Fix
- Fix the error codes for
PUT /tenants/{tenantId}/reports/{reportId}/interaction-values/interaction-version-persistent-idendpoint
Added
- Added new endpoint
POST /tenants/{tenantId}/reportsto create a report - Added new query parameter
searchtoGET /tenants/{tenantId}/ordersto filter orders by order name
April 22th, 2024
Added
- Extend the
POST /tenants/{tenantId}/orders/{orderId}/order-document-assignmentsendpoint to acceptreportNameandclassCharacteristicsIdsparameters within the payload - Extend the
POST /tenants/{tenantId}/ordersendpoint to acceptreportNameandclassCharacteristicsIdsparameters, while specifyingorder-document-assignmentswithin the payload - Added
variablesproperty forPOST /tenants/{tenantId}/ordersandPATCH /tenants/{tenantId}/orders/{orderId}endpoints to manage order variables - Extend
GET /tenants/{tenantId}/ordersendpoint response withclassCharacteristicsproperty - Added new endpoint
GET /tenants/{tenantId}/pdfs-feedback/{pdfFeedbackId}/file.pdfto fetch interaction pdf-feedback file - Added new endpoint
GET /tenants/{tenantId}/images-feedback/{imageFeedbackId}/fileto get image feedback file by id - Added new endpoint
GET /tenants/{tenantId}/videos-feedback/{videoFeedbackId}/fileto get video feedback file by id - Endpoint
POST /tenants/{tenantId}/reports/{reportId}/generate-pdfno longer responds with error if request is repeated - Added new endpoint
GET /tenants/{tenantId}/reports/{reportId}/media-feedbacksto get media feedback by report id
April 10th, 2024
Fix
- Fix
namesproperty forGET /tenants/{tenantId}/global-pdfsendpoint to return correct format similar to other endpoints
April 8th, 2024
Added
- Added new endpoint
GET /tenants/{tenantId}/classes/{classId}to get a class by its id - Added new query parameter
customOrderIdstoGET /tenants/{tenantId}/ordersto filter orders by custom order ids - Added new query parameter
orderIdstoGET /tenants/{tenantId}/ordersto filter orders by order ids - Added new endpoint
POST /tenants/{tenantId}/orders/{orderId}/reports/detachto detach reports from an order - Added new endpoint
DELETE /tenants/{tenantId}/order-document-assignments/{orderDocumentAssignmentId}to delete document from an order - Added new query parameter
emailstoGET /tenants/{tenantId}/usersto filter users by emails - Added new endpoint
GET /tenants/{tenantId}/reports/{reportId}to fetch a report by its id - Added new property
classCharacteristicsto the document model
Fix
- Fix error code for
POST /tenants/{tenantId}/ordersendpoint
March 25th, 2024
Added
- Added new query parameter
archivedtoGET /tenants/{tenantId}/ordersto filter orders by archived status - Added new query parameter
archivedtoGET /tenants/{tenantId}/reportsto filter reports by archived status - Added new query parameter
archivedtoGET /tenants/{tenantId}/usersto filter tasks by archived status
Fix
- Return all orders when
archivedquery parameter is not set. Previously, it was returning only non-archived orders - Return all reports when
archivedquery parameter is not set. Previously, it was returning only non-archived reports
March 11th, 2024
Added
- Added new endpoint
PATCH /tenants/{tenantId}/orders/{orderId}to update order - Added new endpoint
POST /tenants/{tenantId}/ordersto create an order - Added new endpoint
POST /tenants/{tenantId}/orders/{orderId}/order-document-assignmentsto create an order document assignments - Added new endpoint
PATCH /tenants/{tenantId}/reports/{reportId}to update report
February 26th, 2024
Fix
- Fix error code for
GET /tenants/{tenantId}/classes/{classId}/class-characteristicsif classId does not found
Added
- Added new endpoint
GET /tenants/{tenantId}/global-pdfsto get a list of global-pdfs - Added new endpoint
GET /tenants/{tenantId}/documentsto get a list of documents
February 12th, 2024
Fix
- Fix URLs
GET /tenants/{tenantId}/classes/{classId}/class-characteristicsandPOST /tenants/{tenantId}/class-characteristicsto ensure a consistent naming pattern
Added
- Added new endpoint
POST /tenants/{tenantId}/tasksto create new task
January 29th, 2024
Added
- Added new endpoint
GET /tenants/{tenantId}/interaction/{interactionId}to get an interaction by its id - Added new endpoint
GET /tenants/{tenantId}/reports/{reportId}/interaction-valuesto get the interaction values of a report by specifying its report id - Added new endpoint
GET /tenants/{tenantId}/reports/{reportId}/class-characteristicsto get the class characteristics of a report by specifying its report id
January 15th, 2024
Added
- Added new endpoint
PUT /tenants/{tenantId}/reports/{reportId}/interaction-values/interaction-version-persistent-idto update interaction value by interaction persistent id - Added new endpoint
GET /tenants/{tenantId}/classesto get a list of classes - Added new endpoint
POST /tenants/{tenantId}/classesto create a new class - Added new endpoint
GET /tenants/{tenantId}/classes/{classId}/classCharacteristicsto get a list of classCharacteristics of a class - Added new endpoint
POST /tenants/{tenantId}/classCharacteristicsto create a new classCharacteristic
Fix
- Fix error codes for
POST /tenants/{tenantId}/userswhen you try to enable a user email if email was not set and when you submit an invalid external classifier filter
December 4th, 2023
Fix
- Fixed error codes, they are now human-readable
November 20th, 2023
Added
- Added new endpoint
GET /tenants/{tenantId}/ordersto get a list of orders - Added new endpoint
GET /tenants/{tenantId}/tasksto get a list of tasks - Added new endpoint
GET /tenants/{tenantId}/report-pdfs/{reportPdfId}to get detailed information about a report pdf - Added new endpoint
GET /tenants/{tenantId}/documents/{documentId}to get detailed information about a document
November 6th, 2023
Added
- Added new endpoint
POST /tenants/{tenantId}/documentsto create a new document
October 23rd, 2023
Added
- Added new property
externalIdto user model - Added new endpoint
POST /tenants/{tenantId}/reports/{reportId}/generate-pdfto generate a pdf report
October 9th, 2023
We're thrilled to announce the launch of our first-ever release of the Operations1 REST API, unlocking possibilities for developers and businesses alike. With this release, you gain seamless access to the powerful features and data offered by our platform, allowing you to create innovative applications, streamline processes, and elevate your user experience.
This first release is focused to the users domain:
- Retrieve User Information
- Retrieve User List
- Create New Users
- Update User Profiles
- Push Documents into User Views
- Retrieve Role List
- Assign Role to User
This API version is designed to provide you with secure access to user and role management, enabling you to create, update, and retrieve user and role data effortlessly. Please refer to the API documentation for more details on request formats, responses, and authentication.
Explore the capabilities of the Operations1 REST API and integrate it seamlessly into your existing systems to enhance user management workflows.
Added
- Added new endpoint
GET /tenants/{tenantId}/users/\{userId}to get detailed information about a user - Added new endpoint
PATCH /tenants/{tenantId}/users/\{userId}to update user information - Added new endpoint
GET /tenants/{tenantId}/usersto get a list of users - Added new endpoint
POST /tenants/{tenantId}/usersto create a new user - Added new endpoint
POST /tenants/{tenantId}/users/\{userId}/push-document-into-viewto push documents into user views - Added new endpoint
GET /tenants/{tenantId}/rolesto get a list of roles - Added new endpoint
PUT /tenants/{tenantId}/users/\{userId}/roles/{roleId}to assign a role to a user - Added new endpoint
GET /tenants/{tenantId}/reportsto get a list of reports
