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