timerecords and timerecord groups and api
Summary:
I am not able to link the timeRecordGroupId returned as the result of the api hcmRestApi/resources/11.13.18.05/timeRecords for a timerecord back to the
timeRecordGroupId returned from the timeRecordGroups API. Does anyone knows how to associate them together please? I was trying to create an report to query time records and also the associated time record groups status.
For example, the timeRecords API returned the response as below:
"timeRecordId": 300000235376304,
"timeRecordGroupId": 300000235433442,
"startTime": "2024-03-17T00:00:00+00:00",
"stopTime": null, #
"groupType": "TimecardEntry",
"recordType": "MEASURE",
"measure": 7.5,
"unitOfMeasure": "Hours",
However the related time record group returned as below by using the timeRecordGroups api. The time record group created to include the time entries for an whole week by default.