GET Api/v1/Drivers/summary
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
DriverSummaryViewModelName | Description | Type | Additional information |
---|---|---|---|
TotalDrivers | integer |
None. |
|
TotalOnDuty | integer |
None. |
|
TotalUnassignedDistance | decimal number |
None. |
|
NumberOfEvents | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "totalDrivers": 1, "totalOnDuty": 2, "totalUnassignedDistance": 3.0, "numberOfEvents": 4 }