Track Record
The Track Record view captures user clock data. The following APIs can be used to get relevant Track Record data.
URLs
Check for the existence of the resource:
HEAD .../lgfapi/v10/entity/track_record/{id}
Fetch paginated results:
GET .../lgfapi/v10/entity/track_record/
Fetch non-paginated result by specific 'ID':
GET .../lgfapi/v10/entity/track_record/{id}