Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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