GET form-submissions: Adds barcode field type support.
The GET form-submissions endpoint has some new features! Form submissions now include barcode field type with barcodeValue containing scanned or manually added barcode values.
The GET form-submissions endpoint has some new features! Form submissions now include barcode field type with barcodeValue containing scanned or manually added barcode values.
The PATCH safety-events/batch endpoint has some new features! Promoting the PATCH /safety-events/batch endpoint to beta with full implementation of eventState and context label updates.
The GET form-templates endpoint has some new features! Form templates now include barcode as a valid field type in field definitions.
The POST form-submissions endpoint has some new features! Form submissions can now include barcode fields when creating a submission via POST.
The GET functions-storage/files endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).
The PATCH fleet/drivers/.id endpoint has some new features! startOfDayWorkflowId and endOfDayWorkflowId can now be set via the driver API to assign driver-app workflows. Sending null or an empty string for startOfDayWorkflowId clears the start-of-day workflow; clearing endOfDayWorkflowId is not yet supported. Gated by the mobile-driver-workflow-list-api feature config.
The GET fleet/drivers/workflows endpoint is now in the Beta stage. Feel free to send in your comments via our feedback form. (Note this endpoint should not be used in production until it is made generally available).
The PATCH fleet/drivers/.id endpoint has some new features! startOfDayWorkflowId and endOfDayWorkflowId can now be set via the driver API to assign driver-app workflows. Sending null or an empty string for startOfDayWorkflowId clears the start-of-day workflow; clearing endOfDayWorkflowId is not yet supported. Gated by the mobile-driver-workflow-list-api feature config.
The POST fleet/drivers endpoint has some new features! startOfDayWorkflowId and endOfDayWorkflowId can now be set via the driver API to assign driver-app workflows at creation. Gated by the mobile-driver-workflow-list-api feature config.
The GET hub/customProperties endpoint is now generally available and fully supported for production 🎉! Check it out and happy coding 💻.