Employee Location Track

The Employee Location Track view provides a consolidated list of all employee location track records that have been captured during WMS RF location scans or interfaced/posted through input interface or REST APIs. The following APIs can be used to get relevant Employee Location Track data.

URLs

Check for the existence of the resource:

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

Fetch paginated results:

GET .../lgfapi/v10/entity/employee_location_track/

Fetch non-paginated result by specific 'ID':

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