Stage Employee Location Track
Employee Location Track data that is interfaced from external systems using the Employee Location Track input interface OR the bulk upload stage_employee_location_track REST API is first written to Stage Employee Location Track before validating and moving to Employee Location Track. The following APIs can be used to get relevant Stage Employee Location Track data.
URLs
Check for the existence of the resource:
HEAD .../lgfapi/v10/entity/stage_employee_location_track/{id}
Fetch paginated results:
GET .../lgfapi/v10/entity/stage_employee_location_track/
Fetch non-paginated result by specific 'ID':
GET .../lgfapi/v10/entity/stage_employee_location_track/{id}