Oracle Fusion HCM endpoint reference

Recruiting Job Requisitions REST API

Get all recruiting job requisitions

GET https://your-pod.oraclecloud.com/hcmRestApi/resources/11.13.18.05/recruitingJobRequisitions

Everything on this page is extracted from Oracle's official OpenAPI specification for Fusion Cloud HCM: 39 queryable q fields, and 9 child resources. Unsure how q works? See the Oracle HCM API guide.

Supported operations

DELETE /recruitingJobRequisitions/{id}
GET /recruitingJobRequisitions
GET /recruitingJobRequisitions/{id}
PATCH /recruitingJobRequisitions/{id}
POST /recruitingJobRequisitions

Queryable q fields (39)

Only these fields can appear in a q filter expression on /recruitingJobRequisitions. Filtering on any other field returns 400 Bad Request.

Example q request

GET /hcmRestApi/resources/11.13.18.05/recruitingJobRequisitions?q=ApplyWhenNotPosted='<value>'&onlyData=true&limit=25
Field Type Operators
ApplyWhenNotPosted string = !=
AutomaticallyOpenRequisitionForSourcing string = !=
BusinessUnitId integer = !=
CandidateSelectionProcessId integer = !=
DelayBeforePostingExpires integer = !=
DepartmentId integer = !=
ExternalApplicationFlowId integer = !=
ExternalQualStr string = !=
ExternalRespStr string = !=
GradeId integer = !=
HiredCount integer = !=
HiringManagerId integer = !=
InternalQualStr string = !=
InternalRespStr string = !=
JobFamilyId integer = !=
JobFunction string = !=
JobId integer = !=
LegalEmployerId integer = !=
OrganizationId integer = !=
PhaseId integer = !=
PhaseName string = !=
PipelineRequisition string = !=
PipelineRequisitionId integer = !=
PositionId integer = !=
PrimaryLocationId integer = !=
PrimaryWorkLocationId integer = !=
RecruiterId integer = !=
RecruitingType string = !=
RequisitionId integer = !=
RequisitionLastModifiedDate string = !=
RequisitionNumber string = !=
SalaryPeriodCode string = !=
StateId integer = !=
StateName string = !=
TemplateId integer = !=
Title string = !=
WorkEndDate string = !=
WorkStartDate string = !=
WorkplaceTypeCode string = !=

Child resources (9)

Each child is reachable at /recruitingJobRequisitions/{id}/child/<name> and most can also be inlined with expand.

attachmentscollaboratorslanguagesmediaLinksotherLocationsotherWorkLocationspublishedJobsrequisitionDFFskills

Response fields (105)

Top-level attributes returned for each row. Use fields= to request a subset and shrink the payload.

ApplyWhenNotPostedAutomaticallyOpenRequisitionForSourcingBudgetCurrencyBusinessJustificationBusinessUnitIdCandidateSelectionProcessIdCommentsCompensationCurrencyCreatedByCreationDateDelayBeforePostingExpiresDepartmentIdDisplayInOrgChartEducationLevelEmployeeReferralBonusEmployerExternalDescriptionIdEmployerInternalDescriptionIdExternalApplicationFlowIdExternalContactEmailExternalContactNameExternalDescriptionExternalDescriptionHTMLExternalPublishedJobEndDateExternalPublishedJobStartDateExternalPublishedJobStatusExternalQualExternalQualHTMLExternalQualStrExternalRespExternalRespHTMLExternalRespStrExternalShortDescriptionFullTimeOrPartTimeGradeIdHiredCountHiringManagerAssignmentIdHiringManagerIdInternalContactEmailInternalContactNameInternalDescriptionInternalDescriptionHTMLInternalPublishedJobEndDateInternalPublishedJobStartDateInternalPublishedJobStatusInternalQualInternalQualHTMLInternalQualStrInternalRespInternalRespHTMLInternalRespStrInternalShortDescriptionJobFamilyIdJobFunctionJobIdJobShiftJobTypeLastUpdateDateLastUpdatedByLegalEmployerIdManagementLevelMaximumSalaryMinimumSalaryNumberOfOpeningsOrganizationIdOtherRequisitionTitlePayFrequencyPhaseIdPhaseNamePipelineRequisitionPipelineRequisitionIdPositionIdPrimaryLocationIdPrimaryWorkLocationIdProfileIdRecruiterAssignmentIdRecruiterIdRecruitingOrganizationExternalDescriptionIdRecruitingOrganizationInternalDescriptionIdRecruitingTypeRegularOrTemporaryRelocationBudgetRequisitionIdRequisitionLastModifiedDateRequisitionNumberSalaryPeriodCodeSourcingBudgetStateIdStateNameTemplateIdTitleTravelBudgetUnlimitedOpeningsWorkEndDateWorkStartDateWorkerTypeWorkplaceTypeCodeattachmentscollaboratorslanguagesmediaLinksotherLocationsotherWorkLocationspublishedJobsrequisitionDFFskills

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