Supported operations
| GET /publicWorkers |
| GET /publicWorkers/{id} |
Queryable q fields (43)
Only these fields can appear in a q filter expression on
/publicWorkers. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/publicWorkers?q=DisplayName='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| DisplayName | string | = != |
| FirstName | string | = != |
| FullName | string | = != |
| KnownAs | string | = != |
| LastName | string | = != |
| ListName | string | = != |
| MilitaryRank | string | = != |
| NameInformation1 | string | = != |
| NameInformation10 | string | = != |
| NameInformation11 | string | = != |
| NameInformation12 | string | = != |
| NameInformation13 | string | = != |
| NameInformation14 | string | = != |
| NameInformation15 | string | = != |
| NameInformation16 | string | = != |
| NameInformation17 | string | = != |
| NameInformation18 | string | = != |
| NameInformation19 | string | = != |
| NameInformation2 | string | = != |
| NameInformation20 | string | = != |
| NameInformation21 | string | = != |
| NameInformation22 | string | = != |
| NameInformation23 | string | = != |
| NameInformation24 | string | = != |
| NameInformation25 | string | = != |
| NameInformation26 | string | = != |
| NameInformation27 | string | = != |
| NameInformation28 | string | = != |
| NameInformation29 | string | = != |
| NameInformation3 | string | = != |
| NameInformation30 | string | = != |
| NameInformation4 | string | = != |
| NameInformation5 | string | = != |
| NameInformation6 | string | = != |
| NameInformation7 | string | = != |
| NameInformation8 | string | = != |
| NameInformation9 | string | = != |
| OrderName | string | = != |
| PersonId | integer | = != |
| PersonNumber | string | = != |
| PreviousLastName | string | = != |
| Username | string | = != |
| WorkEmail | string | = != |
Child resources (5)
Each child is reachable at
/publicWorkers/{id}/child/<name>
and most can also be inlined with expand.
assignmentsmessagesotherCommunicationAccountsphonesphotos Response fields (53)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
DisplayNameFirstNameFullNameHonorsKnownAsLastNameListNameMiddleNamesMilitaryRankNameInformation1NameInformation10NameInformation11NameInformation12NameInformation13NameInformation14NameInformation15NameInformation16NameInformation17NameInformation18NameInformation19NameInformation2NameInformation20NameInformation21NameInformation22NameInformation23NameInformation24NameInformation25NameInformation26NameInformation27NameInformation28NameInformation29NameInformation3NameInformation30NameInformation4NameInformation5NameInformation6NameInformation7NameInformation8NameInformation9OrderNamePersonIdPersonNumberPreNameAdjunctPreviousLastNameSuffixTitleUsernameWorkEmailassignmentsmessagesotherCommunicationAccountsphonesphotos Build this query visually in OPAL
OPAL bundles this endpoint — and 59,000+ more — fully searchable offline, with a visual Q Builder and Finder Builder that only offer the fields listed above, so your filter can't 400. Download free · see features.
Related reference & reading
- /recruitingICEJobRequisitions Get all job requisitions
- /documentRecords Get all document records
- /questions Get all questions
- /goalPlans Get all goal plans
- /recruitingCEJobApplications Get all job applications
- Oracle HCM API guide
- Why the q parameter fails and how to fix it
- Finders: named queries in Oracle Fusion REST APIs
- All endpoint reference pages