Oracle Fusion HCM endpoint reference

Public Workers REST API

Get all workers

GET https://your-pod.oraclecloud.com/hcmRestApi/resources/11.13.18.05/publicWorkers

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud HCM: 43 queryable q fields, and 5 child resources. Unsure how q works? See the Oracle HCM API guide.

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