Fusion HCM REST API: REST API for Workers is not Showing Person Names
(Doc ID 3039012.1)
Last updated on SEPTEMBER 02, 2024
Applies to:
Oracle Fusion Global Human Resources Cloud Service - Version 11.13.24.04.0 and laterInformation in this document applies to any platform.
Symptoms
When attempting to run Workers REST call, it doesn't return person name for specific person when person name is visible in the application and database.
GET: {POD}/hcmRestApi/resources/latest/workers?effectiveDate=<effectiveDate>&onlyData=true&finder=PrimaryKey;PersonId=<fill_with_person_id>&fields=PersonId;names:*
Results:
{
"items": [
{
"PersonId": <PersonId>,
"names": []
}
]
}
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |