Supported operations
| GET /recruitingJobApplications |
| GET /recruitingJobApplications/{id} |
Queryable q fields (26)
Only these fields can appear in a q filter expression on
/recruitingJobApplications. Filtering on any other field returns
400 Bad Request.
Example q request
GET /hcmRestApi/resources/11.13.18.05/recruitingJobApplications?q=CandidateName='<value>'&onlyData=true&limit=25
| Field | Type | Operators |
|---|---|---|
| CandidateName | string | = != |
| CandidatePersonId | integer | = != |
| ConfirmedFlag | boolean | = != |
| CreatedBy | string | = != |
| CreationDate | string | = != |
| DisqualifiedFlag | boolean | = != |
| HiringManagerId | integer | = != |
| InternalFlag | boolean | = != |
| JobApplicationDate | string | = != |
| JobApplicationId | integer | = != |
| LanguageCode | string | = != |
| LastModifiedDate | string | = != |
| LastUpdateDate | string | = != |
| LastUpdatedBy | string | = != |
| PhaseId | integer | = != |
| PhaseName | string | = != |
| ProfileId | integer | = != |
| PublicStateId | integer | = != |
| PublicStateName | string | = != |
| RecruiterId | integer | = != |
| RequisitionId | integer | = != |
| RequisitionIdRest | integer | = != |
| RequisitionNumber | string | = != |
| RequisitionUsageCode | string | = != |
| StateId | integer | = != |
| StateName | string | = != |
Child resources (6)
Each child is reachable at
/recruitingJobApplications/{id}/child/<name>
and most can also be inlined with expand.
attachmentseducationexperiencelanguageslicensesAndCertificatesworkPreferences Response fields (40)
Top-level attributes returned for each row. Use
fields= to request a subset and shrink the payload.
AppliedToOtherJobsApplyFlowVersionIdCandidateNameCandidatePersonIdConfirmedByPersonIdConfirmedDateConfirmedFlagCreatedByCreationDateDisqualifiedFlagEsignDescriptionVersionIdHiringManagerIdInternalFlagJobApplicationDateJobApplicationIdLanguageCodeLastModifiedDateLastUpdateDateLastUpdatedByLegalDescriptionVersionIdPhaseIdPhaseNameProcessIdProfileIdPublicStateIdPublicStateNameRecruiterIdRequisitionIdRequisitionIdRestRequisitionNumberRequisitionUsageCodeSiteNumberStateIdStateNameattachmentseducationexperiencelanguageslicensesAndCertificatesworkPreferences 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
- /workerJourneys Get all worker journeys
- /planBalances Get all plan balances
- /recruitingCEJobRequisitionsCoordinates Get all job requisitions
- /journeys Get all journey templates
- /myBrandSurveys Get all surveys
- 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