go back to DriverService

GET /drivers/rollingStops

Retrieves a rolling List of RowStop objects for a driver.

Under typical circumstances, this list will included:
1: Cleared first stop of the current movement if in transit or
&emsp &emsp Cleared last stop of the current movement if delivered.
2: Next uncleared stop.
3 - given stopCount: Upcoming first and last stops of the current and preassigned movements.

Roles that can access this endpoint are Drivers.

Parameters

name description type default type
stopCount The number of stops to be returned in the list. Default value = 5. query 5 int

Result

List < RowStop > of type: application/xml application/json

A List of RowStop objects

Try It Out

Request

- Authentication Help
- int