Oracle Fusion HCM endpoint reference

Recruiting UI Agency Candidate Interviews REST API

Get all candidate interviews in the recruiting agency

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

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

Supported operations

GET /recruitingUIAgencyCandidateInterviews
GET /recruitingUIAgencyCandidateInterviews/{id}

Queryable q fields (39)

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

Example q request

GET /hcmRestApi/resources/11.13.18.05/recruitingUIAgencyCandidateInterviews?q=AddressLine1='<value>'&onlyData=true&limit=25
Field Type Operators
AddressId integer = !=
AddressLine1 string = !=
AddressLine2 string = !=
AddressLine3 string = !=
AddressLine4 string = !=
Building string = !=
Country string = !=
CreatedBy string = !=
EndDate string = !=
FloorNumber string = !=
FormattedEndDate string = !=
FormattedMultiLineAddress string = !=
FormattedPhoneNumber string = !=
FormattedStartDate string = !=
InterviewType string = !=
InterviewTypeMeaning string = !=
IntrvwRequestsId integer = !=
IsScheduled string = !=
LocationType string = !=
LocationTypeMeaning string = !=
LongPostalCode string = !=
ParticipantsList string = !=
PersonId integer = !=
PhoneAreaCode string = !=
PhoneCountryCodeNumber string = !=
PhoneNumber string = !=
PhoneNumberPasscode string = !=
PostalCode string = !=
RequisitionId integer = !=
ScheduleId integer = !=
ScheduleInterviewId integer = !=
ScheduleTitle string = !=
StartDate string = !=
Status string = !=
StatusMeaning string = !=
SubmissionId integer = !=
TotalSeatsCount integer = !=
TownOrCity string = !=
WebConferenceLink string = !=

Child resources (1)

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

InterviewParticipantsUI

Response fields (42)

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

AddressIdAddressLine1AddressLine2AddressLine3AddressLine4BuildingCountryCreatedByEndDateFloorNumberFormattedEndDateFormattedMultiLineAddressFormattedPhoneNumberFormattedStartDateInterviewNotesInterviewParticipantsUIInterviewTypeInterviewTypeMeaningIntrvwRequestsIdIsScheduledLocationDetailsLocationTypeLocationTypeMeaningLongPostalCodeParticipantsListPersonIdPhoneAreaCodePhoneCountryCodeNumberPhoneNumberPhoneNumberPasscodePostalCodeRequisitionIdScheduleIdScheduleInterviewIdScheduleTitleStartDateStatusStatusMeaningSubmissionIdTotalSeatsCountTownOrCityWebConferenceLink

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