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
- /myBrandSurveys Get all surveys
- /recruitingCEJobRequisitionsCoordinates Get all job requisitions
- /journeys Get all journey templates
- /workerJourneys Get all worker journeys
- /recruitingJobApplications Get all job applications for recruiting
- 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