Supported operations
| GET /recruitingUIEventDetails |
| GET /recruitingUIEventDetails/{id} |
| PATCH /recruitingUIEventDetails/{id} |
| POST /recruitingUIEventDetails |
Queryable q fields (24)
Only these fields can appear in a q filter expression on
/recruitingUIEventDetails. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/recruitingUIEventDetails?q=EventCategoryCode='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| ApplyFlowId | integer | = != |
| EnableInterviewFlag | boolean | = != |
| EventCategoryCode | string | = != |
| EventCreationMode | string | = != |
| EventEndDate | string | = != |
| EventId | integer | = != |
| EventLastRegDate | string | = != |
| EventLastUpdateDate | string | = != |
| EventName | string | = != |
| EventNotes | string | = != |
| EventNumber | string | = != |
| EventOwnerId | integer | = != |
| EventPurpose | string | = != |
| EventStartDate | string | = != |
| EventTimezoneCode | string | = != |
| EventVisibilityCode | string | = != |
| ExistingEventId | integer | = != |
| ManualRegnConfirmFlag | boolean | = != |
| MaxRegCount | integer | = != |
| PhaseCode | string | = != |
| PublishEndDate | string | = != |
| PublishStartDate | string | = != |
| PublishStatusCode | string | = != |
| PublishTimezoneCode | string | = != |
Child resources (8)
Each child is reachable at
/recruitingUIEventDetails/{id}/child/<name>
and most can also be inlined with expand.
attachmentseventCareerSiteseventLanguageseventLocationeventMediaeventTeameventTranslationinterviewDetails Response fields (34)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
ApplyFlowIdEnableInterviewFlagEventCategoryCodeEventCreationModeEventDescHtmlEventEndDateEventIdEventLastRegDateEventLastUpdateDateEventNameEventNotesEventNumberEventOwnerIdEventPurposeEventShortDescEventStartDateEventTimezoneCodeEventVisibilityCodeExistingEventIdManualRegnConfirmFlagMaxRegCountPhaseCodePublishEndDatePublishStartDatePublishStatusCodePublishTimezoneCodeattachmentseventCareerSiteseventLanguageseventLocationeventMediaeventTeameventTranslationinterviewDetails 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
- /recruitingCERequisitionTemplateDetailsPreviews Get all requisition template details previews
- /recruitingUIICEOfferPreviews Get all details of the offer letter for the internal candidate
- /recruitingPartnerCandidateDetails Get all the recruiting partner candidate details
- /libraryGoals Get all library goals
- /planBalances Get all plan balances
- 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