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
- /workloadPlans Get all workload plans
- /recruitingCEQuestions Get details of all questions
- /recruitingICEQuestions Get details of all questions
- /recruitingICEJobApplications Get all the internal candidate job applications
- /recruitingCEEventRegistrations Get all registrations for a recruiting event.
- 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