Get Started with Redwood for Oracle Cloud HCM Begin Now
Receiving error while trying to fetch Time card details using REST API
Summary
Receiving error while trying to fetch Time card details using REST APIContent
HI,
I'm trying to fetch Timecard details using REST API but not getting any data even though there is time card approved for this employee. Can you please help me with this?
RESPONSE:
{
"items": [],
"count": 0,
"hasMore": false,
"limit": 25,
"offset": 0,
"links": [
{
"rel": "self",
"href": "https://ucf3-zpuk-fa-ext.oracledemos.com:443/hcmRestApi/resources/11.13.18.05/timeRecordGroups",
"name": "timeRecordGroups",
"kind": "collection"
}
]
}
Regards,
Damu
Version
20CCode Snippet
https://ucf3-zpuk-fa-ext.oracledemos.com/hcmRestApi/resources/11.13.18.05/timeRecordGroups?finder=filterByPerNumTimeGrp;personNumber=101,startTime=2020-12-07T00:00:00,stopTime=2020-12-20T23:00:00,groupType=ProcessedTimecard
Tagged:
0