GET /drivers/{id}/current
Retrieves the current movement record for the given driver ID.
Roles that can access this endpoint are Users, Drivers.
Parameters
name |
description |
type |
default |
type |
id |
ID for the driver for which to get the current movement |
path
|
|
String
|
Result
RowMovement
of type:
application/xml
application/json
the RowMovement record
Try It Out
Request