Schedule Job Interviews REST Endpoints
    
        Recruiting Job Applications/Schedule Job Interviews
    
The ScheduleInterviews resource is a child of recruitingCEJobApplications. It includes all details about the scheduled interviews. Note that the service endpoints in this resource category are only for Oracle internal use.
- Create a scheduled interview
- Method: postPath:/hcmRestApi/resources/11.13.18.05/recruitingCEJobApplications/{recruitingCEJobApplicationsUniqID}/child/ScheduleInterviews
- Get a scheduled interview
- Method: getPath:/hcmRestApi/resources/11.13.18.05/recruitingCEJobApplications/{recruitingCEJobApplicationsUniqID}/child/ScheduleInterviews/{IntrvwRequestsId}
- Get all the scheduled interviews
- Method: getPath:/hcmRestApi/resources/11.13.18.05/recruitingCEJobApplications/{recruitingCEJobApplicationsUniqID}/child/ScheduleInterviews
- Update a scheduled interview
- Method: patchPath:/hcmRestApi/resources/11.13.18.05/recruitingCEJobApplications/{recruitingCEJobApplicationsUniqID}/child/ScheduleInterviews/{IntrvwRequestsId}