Oracle Fusion HCM endpoint reference

Recruiting ICE Job Requisition Details REST API

Get details for all job requisitions

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

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

Supported operations

GET /recruitingICEJobRequisitionDetails
GET /recruitingICEJobRequisitionDetails/{id}

Queryable q fields (50)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/recruitingICEJobRequisitionDetails?q=Category='<value>'&onlyData=true&limit=25
Field Type Operators
ApplyWhenNotPostedFlag boolean = !=
BeFirstToApplyFlag boolean = !=
BusinessUnit integer = !=
Category string = !=
ContentLocale string = !=
ContractType string = !=
Department integer = !=
DomesticTravelRequired string = !=
GeographyId integer = !=
GeographyNodeId integer = !=
HiringManager integer = !=
HotJobFlag boolean = !=
Id string = !=
IntCorporateDescriptionStr string = !=
IntOrganizationDescriptionStr string = !=
InternalContactEmail string = !=
InternalContactName string = !=
InternalDescriptionStr string = !=
InternalPostedEndDate string = !=
InternalPostedStartDate string = !=
InternalQualificationsStr string = !=
InternalResponsibilitiesStr string = !=
InternalShortDescriptionStr string = !=
InternationalTravelRequired string = !=
JobFamilyId integer = !=
JobFunctionCode string = !=
JobGrade string = !=
JobLevel string = !=
JobSchedule string = !=
JobShift string = !=
JobType string = !=
LegalEmployer integer = !=
NumberOfOpenings string = !=
ObjectVerNumberProfile string = !=
Organization integer = !=
OtherRequisitionTitle string = !=
PrimaryLocation string = !=
PrimaryLocationCountry string = !=
RequisitionId integer = !=
RequisitionType string = !=
StudyLevel string = !=
Title string = !=
TrendingFlag boolean = !=
WorkDays string = !=
WorkHours string = !=
WorkMonths integer = !=
WorkYears integer = !=
WorkerType string = !=
WorkplaceType string = !=
WorkplaceTypeCode string = !=

Child resources (5)

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

otherWorkLocationsrequisitionFlexFieldssecondaryLocationsskillsworkLocation

Response fields (55)

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

ApplyWhenNotPostedFlagBeFirstToApplyFlagBusinessUnitCategoryContentLocaleContractTypeDepartmentDomesticTravelRequiredGeographyIdGeographyNodeIdHiringManagerHotJobFlagIdIntCorporateDescriptionStrIntOrganizationDescriptionStrInternalContactEmailInternalContactNameInternalDescriptionStrInternalPostedEndDateInternalPostedStartDateInternalQualificationsStrInternalResponsibilitiesStrInternalShortDescriptionStrInternationalTravelRequiredJobFamilyIdJobFunctionCodeJobGradeJobLevelJobScheduleJobShiftJobTypeLegalEmployerNumberOfOpeningsObjectVerNumberProfileOrganizationOtherRequisitionTitlePrimaryLocationPrimaryLocationCountryRequisitionIdRequisitionTypeStudyLevelTitleTrendingFlagWorkDaysWorkHoursWorkMonthsWorkYearsWorkerTypeWorkplaceTypeWorkplaceTypeCodeotherWorkLocationsrequisitionFlexFieldssecondaryLocationsskillsworkLocation

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