Oracle Fusion HCM endpoint reference

Recruiting CE Interview Schedule Details REST API

Get all interview schedules

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

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

Supported operations

GET /recruitingCEInterviewScheduleDetails
GET /recruitingCEInterviewScheduleDetails/{id}

Queryable q fields (17)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/recruitingCEInterviewScheduleDetails?q=AllowSameDayScheduling='<value>'&onlyData=true&limit=25
Field Type Operators
AllowSameDayScheduling string = != LIKE
AutoCalendarSlot string = != LIKE
HasVisibilityRange string = != LIKE
InterviewRequestId string = != LIKE
InterviewType string = != LIKE
Interviews string = != LIKE
IntervwsVisibilityRangeCode string = != LIKE
JobTitle string = != LIKE
PostScheduleDetails string = != LIKE
PreScheduleDetails string = != LIKE
RequisitionId string = != LIKE
ScheduleId string = != LIKE
ScheduleParticipantsProgrammatic string = != LIKE
ScheduleTitle string = != LIKE
ScheduleType string = != LIKE
Status string = != LIKE
SubmissionId string = != LIKE

Child resources (2)

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

InterviewsScheduleParticipantsProgrammatic

Response fields (17)

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

AllowSameDaySchedulingAutoCalendarSlotHasVisibilityRangeInterviewRequestIdInterviewTypeInterviewsIntervwsVisibilityRangeCodeJobTitlePostScheduleDetailsPreScheduleDetailsRequisitionIdScheduleIdScheduleParticipantsProgrammaticScheduleTitleScheduleTypeStatusSubmissionId

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