GET maintenance/work-orders/stream: Add technician time entries to service tasks
5 days ago by ReadMe API
The GET maintenance/work-orders/stream endpoint has some new features! Added a new optional timeEntries array to each service task instance on a work order. Each entry represents a technician work session clocked in against that service task, with the following fields:
- driverId - identifier of the driver backing the technician (omitted when the technician is backed by a dashboard user or cannot be resolved)
- userId - identifier of the dashboard user backing the technician (omitted when the technician is backed by a driver or cannot be resolved)
- clockInAtTime - timestamp when the technician clocked in
- clockOutAtTime - timestamp when the technician clocked out, omitted while the entry is still open
