Oracle Fusion HCM endpoint reference

Recruiting CE Events REST API

Get all recruiting events

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

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

Supported operations

GET /recruitingCEEvents
GET /recruitingCEEvents/{id}

Queryable q fields (20)

Only these fields can appear in a q filter expression on /recruitingCEEvents. Filtering on any other field returns 400 Bad Request.

Example q request

GET /hcmRestApi/resources/11.13.18.05/recruitingCEEvents?q=Facets='<value>'&onlyData=true&limit=25
Field Type Operators
Facets string = !=
LastSelectedFacetAttr string = !=
LatitudeAttr integer = !=
LimitAttr integer = !=
LongitudeAttr integer = !=
OffsetAttr integer = !=
RadiusAttr integer = !=
RadiusUnitAttr string = !=
SearchId integer = !=
SelectedEventCategoriesFacetAttr string = !=
SelectedEventFormatsFacetAttr string = !=
SelectedLocationsFacetAttr string = !=
SelectedStartDatesFacetAttr string = !=
SiteNumber string = !=
SortByAttr string = !=
TotalEventsCount integer = !=
UserTargetFacetInputTermAttr string = !=
UserTargetFacetNameAttr string = !=
keyword string = !=
locationIdAttr integer = !=

Child resources (5)

Each child is reachable at /recruitingCEEvents/{id}/child/<name> and most can also be inlined with expand.

eventCategoriesFaceteventFormatsFaceteventListlocationsFacetstartDatesFacet

Response fields (25)

Top-level attributes returned for each row. Use fields= to request a subset and shrink the payload.

FacetsLastSelectedFacetAttrLatitudeAttrLimitAttrLongitudeAttrOffsetAttrRadiusAttrRadiusUnitAttrSearchIdSelectedEventCategoriesFacetAttrSelectedEventFormatsFacetAttrSelectedLocationsFacetAttrSelectedStartDatesFacetAttrSiteNumberSortByAttrTotalEventsCountUserTargetFacetInputTermAttrUserTargetFacetNameAttreventCategoriesFaceteventFormatsFaceteventListkeywordlocationIdAttrlocationsFacetstartDatesFacet

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