Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Cannot expand /workers
Summary:
I'm working with Oracle HCM Cloud in Visual Builder, and I'm running into a problem when trying to retrieve specific worker data using the REST API.
I'm trying to make a GET request to this endpoint:
/hcmRestApi/resources/11.13.18.05/workers?onlyData=true&fields=workersEFF.PersonExtraInformationContextOATS__Access__ControlprivateVO:jobFunction,jobFunction_Display
My goal is to get the jobFunction
and jobFunction_Display
fields within the workersEFF.PersonExtraInformationContextOATS__Access__ControlprivateVO
object. However, I'm getting a "Bad Request" response (400) with the following error:
{
"title": "Bad Request",
"status": "400",
"o:errorDetails": [
{
"detail": "URL request parameter fields with value workersEFF.PersonExtraInformationContextOATS__Access__ControlprivateVO:jobFunction,jobFunction_Display is not valid.",
Tagged:
0