Daily Travel Time

The Daily Travel Time view provides the total time taken by employees to perform a certain transaction throughout a day. The following APIs can be used to get relevant Daily Travel Time data.

URLs

Check for the existence of the resource:

HEAD .../lgfapi/v10/entity/daily_travel_time/{id}

Fetch paginated results:

GET .../lgfapi/v10/entity/daily_travel_time/

Fetch non-paginated result by specific 'ID':

GET .../lgfapi/v10/entity/daily_travel_time/{id}