Supported operations
| GET /recruitingCEJobApplications |
| GET /recruitingCEJobApplications/{id} |
| POST /recruitingCEJobApplications |
Queryable q fields (31)
Only these fields can appear in a q filter expression on
/recruitingCEJobApplications. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/recruitingCEJobApplications?q=Action='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| APPDraftId | integer | = != |
| Action | string | = != |
| ActiveFlag | boolean | = != |
| AssessmentsFlag | boolean | = != |
| CandidateNumber | string | = != |
| CandidateWorkSummary | string | = != |
| ConfirmedFlag | boolean | = != |
| CurrentPhaseId | integer | = != |
| CurrentStateId | integer | = != |
| string | = != | |
| EsignDescriptionVersionId | integer | = != |
| FlowVersionId | integer | = != |
| JobLocation | integer | = != |
| JobLocationName | string | = != |
| JobTitle | string | = != |
| LegalDescriptionVersionId | integer | = != |
| MiscAttachmentIds | string | = != |
| Name | string | = != |
| OfferId | integer | = != |
| PipelineRequisitionFlag | boolean | = != |
| PipelineSubmissionId | integer | = != |
| PreferredLanguage | string | = != |
| ReferralId | integer | = != |
| RemainingSubmissions | integer | = != |
| RequisitionNumber | string | = != |
| ShareId | integer | = != |
| SiteNumber | string | = != |
| Status | string | = != |
| SubmissionDate | string | = != |
| SubmissionId | integer | = != |
| TaxCreditsFlag | boolean | = != |
Child resources (8)
Each child is reachable at
/recruitingCEJobApplications/{id}/child/<name>
and most can also be inlined with expand.
BackgroundCheckLinksScheduleInterviewsUnscheduledInterviewRequestsassessmentLinkspreferredLocationsquestionnaireResponsesregulatoryResponsessecondarySubmissions Response fields (39)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
APPDraftIdActionActiveFlagAssessmentsFlagBackgroundCheckLinksCandidateNumberCandidateWorkSummaryConfirmedFlagCurrentPhaseIdCurrentStateIdEmailEsignDescriptionVersionIdFlowVersionIdJobLocationJobLocationNameJobTitleLegalDescriptionVersionIdMiscAttachmentIdsNameOfferIdPipelineRequisitionFlagPipelineSubmissionIdPreferredLanguageReferralIdRemainingSubmissionsRequisitionNumberScheduleInterviewsShareIdSiteNumberStatusSubmissionDateSubmissionIdTaxCreditsFlagUnscheduledInterviewRequestsassessmentLinkspreferredLocationsquestionnaireResponsesregulatoryResponsessecondarySubmissions 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
- /goalPlans Get all goal plans
- /recruitingTaxCreditsCandidateDetails Get details for all job applications
- /documentRecords Get all document records
- /recruitingUICandidateResumeParsers Get all the candidate resumes in a collection
- /recruitingCECandidateResumeParsers Get all the candidate resumes in a collection
- 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