Get Driver Status History
GET/drivers/status/history
Returns a list of driver status periods. Each record includes driver_id, active_from, and active_to. If the driver is currently active, active_to will be null.
Request
Responses
- 200
- 401
- 403
- 422
- 500
Successful operation
Unauthorized access. Authentication is required.
Access is forbidden. The user does not have permission to access this resource.
Validation failed for the input parameters.
Internal server error.