Supported operations
| GET /recruitingICEJobApplications |
| GET /recruitingICEJobApplications/{id} |
| POST /recruitingICEJobApplications |
Queryable q fields (20)
Only these fields can appear in a q filter expression on
/recruitingICEJobApplications. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/recruitingICEJobApplications?q=Action='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| Action | string | = != |
| ActiveFlag | boolean | = != |
| CandidateNumber | string | = != |
| ConfirmedFlag | boolean | = != |
| CurrentPhaseId | integer | = != |
| CurrentStateId | integer | = != |
| EsignDescriptionVersionId | integer | = != |
| JobLocation | string | = != |
| JobLocationName | string | = != |
| JobTitle | string | = != |
| Name | string | = != |
| OfferId | integer | = != |
| PersonId | integer | = != |
| PipelineRequisitionFlag | boolean | = != |
| PipelineSubmissionId | integer | = != |
| PreferredLanguage | string | = != |
| RequisitionNumber | string | = != |
| Status | string | = != |
| SubmissionDate | string | = != |
| SubmissionId | integer | = != |
Child resources (1)
Each child is reachable at
/recruitingICEJobApplications/{id}/child/<name>
and most can also be inlined with expand.
QuestionnaireResponses Response fields (21)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
ActionActiveFlagCandidateNumberConfirmedFlagCurrentPhaseIdCurrentStateIdEsignDescriptionVersionIdJobLocationJobLocationNameJobTitleNameOfferIdPersonIdPipelineRequisitionFlagPipelineSubmissionIdPreferredLanguageQuestionnaireResponsesRequisitionNumberStatusSubmissionDateSubmissionId 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
- /workloadPlans Get all workload plans
- /recruitingCEQuestions Get details of all questions
- /recruitingCEInterviewScheduleDetails Get all interview schedules
- /recruitingICEQuestions Get details of all questions
- /recruitingCEEventRegistrations Get all registrations for a recruiting event.
- 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