Employee Travel Time

The Employee Travel Time view provides the consolidated time taken by employees to perform a certain transaction that required traveling to multiple locations. The following APIs can be used to get relevant Employee Travel Time data.

URLs

Check for the existence of the resource:

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

Fetch paginated results:

GET .../lgfapi/v10/entity/employee_travel_time/

Fetch non-paginated result by specific 'ID':

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