GET maintenance/work-orders/stream: Add work order assignees
3 days ago by ReadMe API
The GET maintenance/work-orders/stream endpoint has some new features! Added an optional assignees array to the work order response listing every dashboard user assigned to the work order. Each entry contains:
- userId - Samsara dashboard user ID of the assigned technician, joinable against the users API
The existingassignedUserIdfield is unchanged and continues to return the primary assignee, which is also present in this array. The array is only returned for organizations with multiple work order assignees enabled.