Supported operations
| GET /recruitingCEOfferDetails |
| GET /recruitingCEOfferDetails/{id} |
Queryable q fields (23)
Only these fields can appear in a q filter expression on
/recruitingCEOfferDetails. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/recruitingCEOfferDetails?q=AcceptedOnBehalf='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| AcceptedOnBehalf | string | = != |
| AcceptedOnBehalfBy | string | = != |
| AcceptedOnBehalfDate | string | = != |
| CandidateDisplayName | string | = != |
| CandidateNumber | string | = != |
| Comments | string | = != |
| DeclineReasonsEnabledFlag | boolean | = != |
| Description | string | = != |
| DisplayMode | string | = != |
| ESignatureInstructions | string | = != |
| ExpirationDate | string | = != |
| FullName | string | = != |
| HiringManagerName | string | = != |
| OfferId | integer | = != |
| OfferName | string | = != |
| Phase | string | = != |
| PostAcceptMessage | string | = != |
| RecCandidateType | string | = != |
| RequisitionNumber | string | = != |
| SignatureDate | string | = != |
| SigneeIpAddress | string | = != |
| State | string | = != |
| SubmissionLanguageCode | string | = != |
Child resources (5)
Each child is reachable at
/recruitingCEOfferDetails/{id}/child/<name>
and most can also be inlined with expand.
assignmentattachmentsmediaLinksofferDeclineReasonsofferLetter Response fields (28)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AcceptedOnBehalfAcceptedOnBehalfByAcceptedOnBehalfDateCandidateDisplayNameCandidateNumberCommentsDeclineReasonsEnabledFlagDescriptionDisplayModeESignatureInstructionsExpirationDateFullNameHiringManagerNameOfferIdOfferNamePhasePostAcceptMessageRecCandidateTypeRequisitionNumberSignatureDateSigneeIpAddressStateSubmissionLanguageCodeassignmentattachmentsmediaLinksofferDeclineReasonsofferLetter 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
- /recruitingJobSitePostedJobs Get details about all posted requisitions
- /selfDetails Get all self details
- /workerJourneyTasks Get all journey tasks
- /myBrandMeetingSurveys Get all meeting surveys
- /communicateUIEmployeeEventDetails Get all employee events
- 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