Get all candidates
get
/hcmRestApi/resources/11.13.18.05/recruitingCandidates
Request
Query Parameters
-
expand: string
When this parameter is provided, the specified children are included in the resource payload (instead of just a link). The value of this query parameter is "all" or "". More than one child can be specified using comma as a separator. Example: ?expand=Employees,Localizations. Nested children can also be provided following the format "Child.NestedChild" (Example: ?expand=Employees.Managers). If a nested child is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?expand=Employees.Managers" is the same as "?expand=Employees,Employees.Managers" (which will expand Employees and Managers).
-
fields: string
This parameter filters the resource fields. Only the specified fields are returned, which means that if no fields are specified, no fields are returned (useful to get only the links). If an indirect child resource is provided (Example: Employees.Managers), the missing children will be processed implicitly. For example, "?fields=Employees.Managers:Empname" is the same as "?fields=;Employees:;Employees.Managers:Empname" (which will only return the "Empname" field for Managers). the value of this query parameter is a list of resource fields. The attribute can be a direct (Example: Employees) or indirect (Example: Employees.Managers) child. It cannot be combined with expand query parameter. If both are provided, only fields will be considered.
Format: ?fields=Attribute1,Attribute2
Format for fields in child resource: ?fields=Accessor1:Attribute1,Attribute2 -
finder: string
Used as a predefined finder to search the collection.
Format ?finder=<finderName>;<variableName>=<variableValue>,<variableName2>=<variableValue2>
The following are the available finder names and corresponding finder variables- PrimaryKey Finds all candidates using a unique ID.
Finder Variables- CandidateNumber; string; Unique ID and candidate number used to find candidates.
- findByPersonId Finds all candidates using a person ID.
Finder Variables- personId; string; Person ID used to find candidates.
- search Finds all candidates using search.
Finder Variables- keywords; string; Search and keywords; string; used to find candidates.
- PrimaryKey Finds all candidates using a unique ID.
-
limit: integer
This parameter restricts the number of resources returned inside the resource collection. If the limit exceeds the resource count then the framework will only return the available resources.
-
links: string
This parameter can be used to show only certain links while accessing a singular resource or a resource collection. The parameter value format is a comma-separated list of : <link_relation>
Example:
self,canonical -
offset: integer
Used to define the starting position of the resource collection. If offset exceeds the resource count then no resources are returned. Default value is 0.
-
onlyData: boolean
The resource item payload will be filtered in order to contain only data (no links section, for example).
-
orderBy: string
This parameter orders a resource collection based on the specified fields. The parameter value is a comma-separated string of attribute names, each optionally followed by a colon and "asc" or "desc". Specify "asc" for ascending and "desc" for descending. The default value is "asc". For example, ?orderBy=field1:asc,field2:desc
-
q: string
This query parameter defines the where clause. The resource collection will be queried using the provided expressions. The value of this query parameter is one or more expressions. Example: ?q=Deptno>=10 and <= 30;Loc!=NY
Format: ?q=expression1;expression2
You can use these queryable attributes to filter this collection resource using the q query parameter:- CandLastModifiedDate; string; Candidate last modified date.
- CandidateType; string; Candidate type in recruiting candidates.
- FullName; string; Full name in recruiting candidates.
- LastName; string; Last name in recruiting candidates.
- PreferredTimezone; string; Preferred time zone of the candidate.
-
totalResults: boolean
The resource collection representation will include the "estimated row count" when "?totalResults=true", otherwise the count is not included. The default value is "false".
Header Parameters
-
Metadata-Context: string
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version: string
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
There's no request body for this operation.
Back to TopResponse
Supported Media Types
- application/json
Default Response
The following table describes the default response for this task.
Headers
-
Metadata-Context:
If the REST API supports runtime customizations, the shape of the service may change during runtime. The REST client may isolate itself from these changes or choose to interact with the latest version of the API by specifying this header. For example: Metadata-Context:sandbox="TrackEmployeeFeature".
-
REST-Framework-Version:
The protocol version between a REST client and service. If the client does not specify this header in the request the server will pick a default version for the API.
Root Schema : recruitingCandidates
Type:
Show Source
object-
count(required): integer
The number of resource instances returned in the current range.
-
hasMore(required): boolean
Indicates whether more resources are available on the server than the subset returned in the response. If the value is true, then there are more resources to retrieve from the server. The default value is false.
-
items: array
Items
Title:
ItemsThe items in the collection. -
limit(required): integer
The actual paging size used by the server.
-
links(required): array
Links
Title:
LinksThe link relations associated with the resource instance. -
offset(required): integer
The offset value used in the current page.
-
totalResults: integer
The estimated row count when "?totalResults=true", otherwise the count is not included.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-item-response
Type:
Show Source
object-
attachments: array
Attachments of the Candidates
Title:
Attachments of the CandidatesThe attachments resource is a child of the recruitingCandidates resource and provides details about attachments provided by the candidate. -
CampaignOptIn: string
Maximum Length:
1Campaign opt-in feature to recruit candidates. -
candidateAddress: array
Address of the Recruiting Candidates
Title:
Address of the Recruiting CandidatesThe candidateAddress resource is a child of the recruitingCandidates resource and provides details about the address of the candidate. -
CandidateNumber: string
Read Only:
trueCandidate number in recruiting candidates. -
candidatePhones: array
Phone of the Recruiting Candidates
Title:
Phone of the Recruiting CandidatesThe candidatePhones resource is a child of the recruitingCandidates resource and provides details about the phone numbers of the candidate. -
CandidateType: string
Read Only:
trueCandidate type in recruiting candidates. -
CandLastModifiedDate: string
(date-time)
Candidate last modified date.
-
citizenships: array
Citizenships of Candidates
Title:
Citizenships of CandidatesThe citizenships resource is a child of the recruitingCandidates resource and provides details about the citizenship of the candidate. -
CreatedBy: string
Created using in recruiting candidates.
-
CreationDate: string
(date-time)
Creation date in recruiting candidates.
-
DisplayName: string
Read Only:
trueDisplay name in recruiting candidates. -
education: array
Education of the Recruiting Candidates
Title:
Education of the Recruiting CandidatesThe education resource is a child of the recruitingCandidates resource and provides details about the education of the candidate. -
Email: string
Maximum Length:
240Email in recruiting candidates. -
experience: array
Experience of the Recruiting Candidates
Title:
Experience of the Recruiting CandidatesThe experience resource is a child of the recruitingCandidates resource and provides details about the work experience of the candidate. -
FirstName: string
Maximum Length:
150First name in recruiting candidates. -
FullName: string
Read Only:
trueFull name in recruiting candidates. -
Honors: string
Maximum Length:
80Honors in recruiting candidates. -
KnownAs: string
Maximum Length:
80Known as in recruiting candidates. -
languages: array
Languages of the Recruiting Candidates
Title:
Languages of the Recruiting CandidatesThe languages resource is a child of the recruitingCandidates resource and provides details about the languages of the candidate. -
LastName: string
Maximum Length:
150Last name in recruiting candidates. -
LastUpdateDate: string
(date-time)
Last update date in recruiting candidates.
-
LastUpdatedBy: string
Last update using in recruiting candidates.
-
licensesAndCertificates: array
Licenses and Certifications of the Recruiting Candidates
Title:
Licenses and Certifications of the Recruiting CandidatesThe licensesAndCertificates resource is a child of the recruitingCandidates resource and provides details about the licenses and certificates of the candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ListName: string
Read Only:
trueList name in recruiting candidates. -
MiddleNames: string
Maximum Length:
80Middle names in recruiting candidates. -
MilitaryRank: string
Maximum Length:
80Military rank in recruiting candidates. -
PersonId: integer
Read Only:
truePerson ID in recruiting candidates. -
PreferredLanguage: string
Maximum Length:
4Preferred language in recruiting candidates. -
PreferredTimezone: string
Maximum Length:
255Preferred time zone of the candidate. -
PreNameAdjunct: string
Maximum Length:
150Previous name adjunct in recruiting candidates. -
PreviousLastName: string
Maximum Length:
150Previous last name in recruiting candidates. -
skills: array
Skills of the Recruiting Candidates
Title:
Skills of the Recruiting CandidatesThe skills resource is a child of the recruitingCandidates resource and provides details about the skills of the candidate. -
SourceMedium: string
Maximum Length:
32Source medium in recruiting candidates. -
SourceName: string
Maximum Length:
2000Source name in recruiting candidates. -
Suffix: string
Maximum Length:
80Suffix in recruiting candidates. -
Title: string
Maximum Length:
30Title in recruiting candidates. -
workPreferences: array
Work Preferences of the Recruiting Candidates
Title:
Work Preferences of the Recruiting CandidatesThe workPreferences resource is a child of the recruitingCandidates resource and provides details about the work preferences of the candidate.
Nested Schema : Attachments of the Candidates
Type:
arrayTitle:
Attachments of the CandidatesThe attachments resource is a child of the recruitingCandidates resource and provides details about attachments provided by the candidate.
Show Source
Nested Schema : Address of the Recruiting Candidates
Type:
arrayTitle:
Address of the Recruiting CandidatesThe candidateAddress resource is a child of the recruitingCandidates resource and provides details about the address of the candidate.
Show Source
Nested Schema : Phone of the Recruiting Candidates
Type:
arrayTitle:
Phone of the Recruiting CandidatesThe candidatePhones resource is a child of the recruitingCandidates resource and provides details about the phone numbers of the candidate.
Show Source
Nested Schema : Citizenships of Candidates
Type:
arrayTitle:
Citizenships of CandidatesThe citizenships resource is a child of the recruitingCandidates resource and provides details about the citizenship of the candidate.
Show Source
Nested Schema : Education of the Recruiting Candidates
Type:
arrayTitle:
Education of the Recruiting CandidatesThe education resource is a child of the recruitingCandidates resource and provides details about the education of the candidate.
Show Source
Nested Schema : Experience of the Recruiting Candidates
Type:
arrayTitle:
Experience of the Recruiting CandidatesThe experience resource is a child of the recruitingCandidates resource and provides details about the work experience of the candidate.
Show Source
Nested Schema : Languages of the Recruiting Candidates
Type:
arrayTitle:
Languages of the Recruiting CandidatesThe languages resource is a child of the recruitingCandidates resource and provides details about the languages of the candidate.
Show Source
Nested Schema : Licenses and Certifications of the Recruiting Candidates
Type:
arrayTitle:
Licenses and Certifications of the Recruiting CandidatesThe licensesAndCertificates resource is a child of the recruitingCandidates resource and provides details about the licenses and certificates of the candidate.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Skills of the Recruiting Candidates
Type:
arrayTitle:
Skills of the Recruiting CandidatesThe skills resource is a child of the recruitingCandidates resource and provides details about the skills of the candidate.
Show Source
Nested Schema : Work Preferences of the Recruiting Candidates
Type:
arrayTitle:
Work Preferences of the Recruiting CandidatesThe workPreferences resource is a child of the recruitingCandidates resource and provides details about the work preferences of the candidate.
Show Source
Nested Schema : recruitingCandidates-attachments-item-response
Type:
Show Source
object-
AsyncTrackerId: string
Title:
Asynchronous Upload Tracker IdAttribute provided for the exclusive use by the Attachment UI components to assist in uploading files. -
AttachedDocumentId: integer
(int64)
Title:
Attached Document IdUnique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30Category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255User who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueUser name of the person who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEValue that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255Description of the attachment. -
DmDocumentId: string
Maximum Length:
255Document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000Folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255Document version number from which the attachment is created. -
DownloadInfo: string
Title:
DownloadInfoJSON object represented as a string containing information used to programmatically retrieve a file attachment. -
ErrorStatusCode: string
Title:
Error Status CodeError code for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageError message for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateExpiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsContents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048File name of the attachment. -
FileUrl: string
Title:
File UrlURI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueBase64 encoded image of the file displayed in .png format if the source is a convertible image. -
LastUpdateDate: string
(date-time)
Title:
Last Update DateRead Only:trueDate when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255User who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueUser name of the person who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionName of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleTitle of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeContent type of the attachment. -
UploadedFileLength: integer
Title:
File SizeSize of the attachment. -
UploadedFileName: string
Title:
Uploaded File NameName to assign to a new attachment. -
UploadedText: string
Title:
Uploaded TextText content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000URI of a topology manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000URL of a web page attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255Login credentials of the user who created the attachment.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : link
Type:
Show Source
object-
href: string
Title:
hyperlink referenceThe URI to the related resource. -
kind: string
Title:
kindAllowed Values:[ "collection", "item", "describe", "other" ]The kind of the related resource. -
name: string
Title:
nameThe name of the link to the related resource. -
properties: object
properties
-
rel: string
Title:
relationAllowed Values:[ "self", "lov", "parent", "canonical", "child", "enclosure", "action", "custom" ]The name of the relation to the resource instance. Example: self.
Nested Schema : properties
Type:
Show Source
object-
changeIndicator: string
Change indicator or the ETag value of the resource instance.
Nested Schema : recruitingCandidates-candidateAddress-item-response
Type:
Show Source
object-
AddlAddressAttribute1: string
Maximum Length:
150Link Relations -
AddlAddressAttribute2: string
Maximum Length:
150Add Address Attribute 2 in recruiting candidate address. -
AddlAddressAttribute3: string
Maximum Length:
150Add Address Attribute 3 in recruiting candidate address. -
AddlAddressAttribute4: string
Maximum Length:
150Add Address Attribute 4 in recruiting candidate address. -
AddlAddressAttribute5: string
Maximum Length:
150Add Address Attribute 5 in recruiting candidate address. -
AddressId: string
Read Only:
trueID assigned to each recruiting candidate address. -
AddressLine1: string
Maximum Length:
240Address Line 1 in recruiting candidate address. -
AddressLine2: string
Maximum Length:
240Address Line 2 in recruiting candidate address. -
AddressLine3: string
Maximum Length:
240Address Line 3 in recruiting candidate address. -
Building: string
Maximum Length:
240Building in recruiting candidate address. -
City: string
Maximum Length:
60City in recruiting candidate address. -
Country: string
Maximum Length:
60Country in recruiting candidate address. -
CreatedBy: string
Read Only:
trueCreated using in recruiting candidate address. -
CreationDate: string
(date-time)
Read Only:
trueCreation date in recruiting candidate address. -
FloorNumber: string
Maximum Length:
40Floor number in recruiting candidate address. -
LastUpdateDate: string
(date-time)
Read Only:
trueLast update date in recruiting candidate address. -
LastUpdatedBy: string
Read Only:
trueLast update using in recruiting candidate address. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LongPostalCode: string
Maximum Length:
30Long postal code in recruiting candidate address. -
PostalCode: string
Maximum Length:
30Postal code in recruiting candidate address. -
Region1: string
Maximum Length:
120Region 1 in recruiting candidate address. -
Region2: string
Maximum Length:
120Region 2 in recruiting candidate address. -
Region3: string
Maximum Length:
120Region 3 in recruiting candidate address.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-candidatePhones-item-response
Type:
Show Source
object-
AreaCode: string
Maximum Length:
30Area code in recruiting candidate phone. -
CountryCodeNumber: string
Maximum Length:
30Country code number in recruiting candidate phone. -
CreatedBy: string
Read Only:
trueCreated using in recruiting candidate phone. -
CreationDate: string
(date-time)
Read Only:
trueCreation date in recruiting candidate phone. -
LastUpdateDate: string
(date-time)
Read Only:
trueLast update date in recruiting candidate phone. -
LastUpdatedBy: string
Read Only:
trueLast update using in recruiting candidate phone. -
LegislationCode: string
Maximum Length:
4Legislation code in recruiting candidate phone. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PhoneId: string
Read Only:
trueID assigned to each recruiting candidate phone number. -
PhoneNumber: string
Maximum Length:
60Phone number in recruiting candidate phone. -
PhoneType: string
Read Only:
truePhone type in recruiting candidate phone.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-citizenships-item-response
Type:
Show Source
object-
Citizenship: string
Title:
CitizenshipMaximum Length:30Legislation code in recruiting candidate citizenship. -
CitizenshipId: integer
(int64)
Title:
Citizenship IDRead Only:trueIdentifier assigned to each recruiting candidate citizenship. -
CitizenshipMeaning: string
Title:
CitizenshipRead Only:trueMaximum Length:80Meaning of the legislation code in recruiting candidate citizenship. -
CitizenshipStatus: string
Title:
Citizenship StatusMaximum Length:30Citizenship status in recruiting candidate citizenship. -
CitizenshipStatusMeaning: string
Title:
Citizenship StatusRead Only:trueMaximum Length:80Meaning of the status in recruiting candidate citizenship. -
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:64User who created the recruiting candidate citizenship. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueCreation date in recruiting candidate citizenship. -
FromDate: string
(date)
Title:
From DateFrom date in recruiting candidate citizenship. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueLast updated date in recruiting candidate citizenship. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64Last updated by in recruiting candidate citizenship. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ToDate: string
(date)
Title:
To DateTo date in recruiting candidate citizenship.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-education-item-response
Type:
Show Source
object-
AcademicStanding: string
Title:
Academic StandingMaximum Length:30Academic standing in recruiting candidate education. -
ActivitySummary: string
(byte)
Title:
Summary of ActivitiesActivity summary in recruiting candidate education. -
AreaOfStudy: string
Title:
Area of StudyMaximum Length:240Area of study in recruiting candidate education. -
AverageGrade: string
Title:
Average GradeMaximum Length:240Average grade in recruiting candidate education. -
AwardingBody: string
Title:
Awarding BodyMaximum Length:240Awarding body in recruiting candidate education. -
City: string
Title:
CityMaximum Length:240City in recruiting candidate education. -
Comments: string
(byte)
Title:
CommentsComments in recruiting candidate education. -
CompletedAmount: integer
(int64)
Title:
Completed AmountCompleted amount in recruiting candidate education. -
CompletedTraningUnits: string
Title:
Training Completed UnitsMaximum Length:240Completed training units in recruiting candidate education. -
ContentItemId: integer
(int64)
Title:
DegreeContent item ID in recruiting candidate education. -
CountryCode: string
Title:
CountryMaximum Length:30Country code number in recruiting candidate education. -
CountryId: integer
(int64)
Title:
CountryCountry ID in recruiting candidate education. -
DateAcquired: string
(date)
Title:
Date AcquiredDate acquired in recruiting candidate education. -
DegreeName: string
Title:
DegreeMaximum Length:240Degree name in recruiting candidate education. -
Department: string
Title:
Faculty or DepartmentMaximum Length:240Department in recruiting candidate education. -
Description: string
(byte)
Title:
DescriptionDescription in recruiting candidate education. -
Duration: string
Title:
DurationMaximum Length:240Duration in recruiting candidate education. -
DurationUnits: string
Title:
Duration UnitsMaximum Length:30Duration units in recruiting candidate education. -
EducationalEstablishment: string
Title:
School NameMaximum Length:2000Education establishment in recruiting candidate education. -
EducationalEstablishmentId: integer
(int64)
Title:
SchoolEducation establishment ID in recruiting candidate education. -
EducationId: integer
(int64)
Education ID in recruiting candidate education.
-
EducationLevel: string
Title:
Education LevelMaximum Length:30Education level in recruiting candidate education. -
EducationURL: string
Title:
Education URLMaximum Length:2000Education URL in recruiting candidate education. -
Educator: string
Title:
EducatorMaximum Length:240Educator in recruiting candidate education. -
EduLevelCompletedFlag: boolean
Title:
Education Level CompletedMaximum Length:30Education level completed indicator in recruiting candidate education. -
EndDate: string
(date)
Title:
End DateEnd date in recruiting candidate education. -
Fee: integer
(int64)
Title:
FeeFee in recruiting candidate education. -
FeeCurrency: string
Title:
Fee CurrencyMaximum Length:30Fee currency in recruiting candidate education. -
GPA: number
Title:
GPAGPA in recruiting candidate education. -
GraduatedFlag: boolean
Title:
GraduatedMaximum Length:30Graduated indicator in recruiting candidate education. -
HighestEduLevel: string
Title:
Highest Education LevelMaximum Length:30Highest education level in recruiting candidate education. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Major: string
Title:
MajorMaximum Length:240Major in recruiting candidate education. -
Minor: string
Title:
MinorMaximum Length:240Minor in recruiting candidate education. -
PartTimeFlag: boolean
Title:
Part TimeMaximum Length:30Part time indicator in recruiting candidate education. -
ProjectedCompletionDate: string
(date)
Title:
Projected Completion DateProjected completion in recruiting candidate education. -
Reimbursements: string
(byte)
Title:
Reimbursement ArrangementsReimbursements in recruiting candidate education. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:30Required indicator in recruiting candidate education. -
SectionId: integer
(int64)
Section ID in recruiting candidate education.
-
StartDate: string
(date)
Title:
Start DateStart date in recruiting candidate education. -
StateProvinceCode: string
Title:
StateMaximum Length:360State province code in recruiting candidate education. -
StateProvinceId: integer
(int64)
Title:
StateState province ID in recruiting candidate education. -
Status: string
Title:
StatusMaximum Length:30Status in recruiting candidate education. -
Title: string
Title:
TitleMaximum Length:240Title in recruiting candidate education. -
TotalAmount: integer
(int64)
Title:
Total AmountTotal amount in recruiting candidate education. -
TrmnlDegDiscpFlag: boolean
Title:
Terminal Degree for DisciplineMaximum Length:30Terminal degree discipline indicator indicating the last degree obtained in recruiting candidate education. -
TuitionMethod: string
Title:
Tuition MethodMaximum Length:30Tuition method in recruiting candidate education. -
YearAcquired: integer
(int64)
Title:
Year AcquiredYear acquired in recruiting candidate education.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-experience-item-response
Type:
Show Source
object-
Achievements: string
(byte)
Title:
AchievementsAchievements in recruiting candidate experience. -
AdditionalInformation: string
(byte)
Title:
Additional InformationAdditional Information in recruiting candidate experience. -
BusinessType: string
Title:
Type of BusinessMaximum Length:240Business type in recruiting candidate experience. -
CompanyURL: string
Title:
Company URLMaximum Length:2000Company URL in recruiting candidate experience. -
ContactSupervisorFlag: boolean
Title:
OK to Contact SupervisorMaximum Length:30Contact supervisor indicator in the recruiting candidate experience. -
CountryCode: string
Title:
Employer CountryMaximum Length:30Country code number in recruiting candidate experience. -
CurrentJobFlag: boolean
Title:
Current JobMaximum Length:30Current job indicator in recruiting candidate experience. -
Department: string
Title:
Department or Division or PostMaximum Length:240Department in recruiting candidate experience. -
DirectReports: integer
(int64)
Title:
Direct ReportsDirect reports in recruiting candidate experience. -
EmployerCity: string
Title:
Employer CityMaximum Length:240Employer city in recruiting candidate experience. -
EmployerCountryId: integer
(int64)
Title:
Employer CountryEmployer country ID in recruiting candidate experience. -
EmployerName: string
Title:
Employer NameMaximum Length:240Employer name in recruiting candidate experience. -
EmployerPhone: string
Title:
Employer PhoneMaximum Length:240Employer phone in recruiting candidate experience. -
EmployerStateId: integer
(int64)
Title:
Employer State or ProvinceEmployer state ID in recruiting candidate experience. -
EndCompensation: number
Title:
Ending CompensationEnd compensation in recruiting candidate experience. -
EndDate: string
(date)
Title:
End DateEnd date in recruiting candidate experience. -
ExperienceInYears: number
Read Only:
trueExperience in years in recruiting candidate experience. -
FullTimeCode: string
Title:
Part TimeMaximum Length:30Full time code in recruiting candidate experience. -
InternalFlag: boolean
Title:
InternalMaximum Length:30Internal indicator in the recruiting candidate experience. -
JobFamilyId: integer
(int64)
Title:
Job FamilyJob family ID in recruiting candidate experience. -
JobFunction: string
Title:
Job FunctionMaximum Length:30Job function in recruiting candidate experience. -
JobTitle: string
Title:
Job TitleMaximum Length:240Job title in recruiting candidate experience. -
LeavingReason: string
(byte)
Title:
Reason for LeavingLeaving reason in recruiting candidate experience. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OtherCompensation: string
Title:
Other CompensationMaximum Length:240Other compensation in recruiting candidate experience. -
OtherJobFunction: string
Title:
Other Job FunctionMaximum Length:240Other job function in recruiting candidate experience. -
PreviousEmploymentId: integer
(int64)
Previous employment ID in recruiting candidate experience.
-
Responsibilities: string
(byte)
Title:
ResponsibilitiesResponsibilities in recruiting candidate experience. -
SectionId: integer
(int64)
Section ID in recruiting candidate experience.
-
StartCompensation: number
Title:
Starting CompensationStart compensation in recruiting candidate experience. -
StartDate: string
(date)
Title:
Start DateStart date in recruiting candidate experience. -
StartingPosition: string
Title:
Starting PositionMaximum Length:240Starting position in recruiting candidate experience. -
StateProvinceCode: string
Title:
Employer State or ProvinceMaximum Length:360State province code in recruiting candidate experience. -
SupervisorEmail: string
Title:
Supervisor EmailMaximum Length:240Supervisor email in recruiting candidate experience. -
SupervisorName: string
Title:
Supervisor NameMaximum Length:240Supervisor name in recruiting candidate experience. -
SupervisorPhone: string
Title:
Supervisor PhoneMaximum Length:240Supervisor phone in recruiting candidate experience. -
SupervisorTitle: string
Title:
Supervisor TitleMaximum Length:240Supervisor title in recruiting candidate experience.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-languages-item-response
Type:
Show Source
object-
AbleToTeachFlag: boolean
Title:
Able to TeachMaximum Length:30Able to teach indicator in recruiting candidate languages. -
AbleToTranslateFlag: boolean
Title:
Able to TranslateMaximum Length:30Able to translate indicator in recruiting candidate languages. -
Comments: string
(byte)
Title:
CommentsComments in recruiting candidate languages. -
ContentItemId: integer
(int64)
Title:
LanguageContent item ID in recruiting candidate languages. -
EvaluatedOn: string
(date)
Title:
Evaluated OnEvaluated on in recruiting candidate languages. -
EvaluationLocation: string
Title:
Evaluation LocationMaximum Length:240Evaluation location in recruiting candidate languages. -
Language: string
Maximum Length:
240Language in recruiting candidate languages. -
LanguageId: integer
(int64)
Language ID in recruiting candidate languages.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NativeSpeakerFlag: boolean
Title:
NativeMaximum Length:30Native speaker indicator in recruiting candidate languages. -
ReadingLevelId: integer
(int64)
Title:
ReadingReading level ID in recruiting candidate languages. -
ReadingModelId: integer
(int64)
Title:
Reading Rating ModelReading model ID in recruiting candidate languages. -
SectionId: integer
(int64)
Section ID in recruiting candidate languages.
-
SpeakingLevelId: integer
(int64)
Title:
SpeakingSpeaking level ID in recruiting candidate languages. -
SpeakingModelId: integer
(int64)
Title:
Speaking Rating ModelSpeaking model ID in recruiting candidate languages. -
WritingLevelId: integer
(int64)
Title:
WritingWriting level ID in recruiting candidate languages. -
WritingModelId: integer
(int64)
Title:
Writing Rating ModelWriting model ID in recruiting candidate languages.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-licensesAndCertificates-item-response
Type:
Show Source
object-
ActualCompletionDate: string
(date)
Title:
Actual Completion DateActual completion date in recruiting candidate licenses and certificates. -
CertificationId: integer
(int64)
Certification ID in recruiting candidate licenses and certificates.
-
CertificationName: string
Title:
License or CertificateMaximum Length:240Certification name in recruiting candidate licenses and certificates. -
CertificationNumber: string
Title:
Certificate NumberMaximum Length:240Certification number in recruiting candidate licenses and certificates. -
CertificationURL: string
Title:
Certification URLMaximum Length:2000Certification URL in recruiting candidate licenses and certificates. -
Comments: string
(byte)
Title:
CommentsComments in recruiting candidate licenses and certificates. -
CompletedAmount: integer
(int64)
Title:
Completed AmountCompleted amount in recruiting candidate licenses and certificates. -
CompletedTrainingUnits: string
Title:
Training Completed UnitsMaximum Length:240Completed training units in recruiting candidate licenses and certificates. -
ContentItemId: integer
(int64)
Title:
License or CertificateContent item ID in recruiting candidate licenses and certificates. -
CountryCode: string
Title:
CountryMaximum Length:30Country code number in recruiting candidate licenses and certificates. -
CountryId: integer
(int64)
Title:
CountryCountry ID in recruiting candidate licenses and certificates. -
EducationalEstablishment: string
Title:
Educational EstablishmentMaximum Length:2000Educational establishment in recruiting candidate licenses and certificates. -
EducationalEstablishmentId: integer
(int64)
Title:
EstablishmentEducational establishment ID in recruiting candidate licenses and certificates. -
ExpirationDate: string
(date)
Title:
Expiration DateExpiration date in recruiting candidate licenses and certificates. -
IssueDate: string
(date)
Title:
Issue DateIssue date in recruiting candidate licenses and certificates. -
IssuedBy: string
Title:
Issued ByMaximum Length:240Issued using in recruiting candidate licenses and certificates. -
LastRenewalDate: string
(date)
Title:
Last Renewal DateLast renewal date in recruiting candidate licenses and certificates. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalIssueYear: integer
(int64)
Title:
Original Issue YearOriginal issue year in recruiting candidate licenses and certificates. -
RenewalDate: string
(date)
Title:
Renewal DateRenewal date in recruiting candidate licenses and certificates. -
RenewalInprogressFlag: boolean
Title:
Renewal In ProgressMaximum Length:30Renewal in progress indicator in recruiting candidate licenses and certificates. -
RenewalRequiredFlag: boolean
Title:
Renewal RequiredMaximum Length:30Renewal required indicator in recruiting candidate licenses and certificates. -
Restrictions: string
(byte)
Title:
RestrictionsRestrictions in recruiting candidate licenses and certificates. -
SectionId: integer
(int64)
Section ID in recruiting candidate licenses and certificates.
-
StateProvinceCode: string
Title:
StateMaximum Length:360State province code in recruiting candidate licenses and certificates. -
StateProvinceId: integer
(int64)
Title:
StateState province ID in recruiting candidate licenses and certificates. -
Status: string
Title:
StatusMaximum Length:30Status in recruiting candidate licenses and certificates. -
Title: string
Title:
TitleMaximum Length:240Title in recruiting candidate licenses and certificates. -
TotalAmount: integer
(int64)
Title:
Total AmountTotal amount in recruiting candidate licenses and certificates. -
VerifiedFlag: boolean
Title:
VerifiedMaximum Length:30Verified indicator in recruiting candidate licenses and certificates.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-skills-item-response
Type:
Show Source
object-
Comments: string
(byte)
Title:
CommentsComments in recruiting candidate skills. -
ContentItemId: integer
(int64)
Content item ID in recruiting candidate skills.
-
DateAchieved: string
(date)
Title:
Date AchievedDate when the skills were achieved in recruiting candidate skills. -
Description: string
(byte)
Title:
DescriptionDescription of recruiting candidate skills. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ProjectName: string
Title:
Project Name or ActivitiesMaximum Length:2000Project name or activities in recruiting candidate skills. -
SectionId: integer
(int64)
Section ID in recruiting candidate skills.
-
Skill: string
Title:
SkillMaximum Length:240Skills described in recruiting candidate skills. -
SkillId: integer
(int64)
ID assigned to each skill described in recruiting candidate skills.
-
Speciality: string
Title:
Skill TypeMaximum Length:30Specialty or skill type in recruiting candidate skills. -
YearsOfExperience: integer
(int64)
Title:
Years of ExperienceYears of experience in recruiting candidate skills.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidates-workPreferences-item-response
Type:
Show Source
object-
AllLocationsFlag: boolean
Title:
All LocationsMaximum Length:30All locations preferred indicator in recruiting candidate work preferences. -
Comments: string
(byte)
Title:
CommentsComments in recruiting candidate work preferences. -
ContentItemId: integer
(int64)
Content item ID in recruiting candidate work preferences.
-
CurrencyCode: string
Title:
Currency CodeMaximum Length:30Currency code in recruiting candidate work preferences. -
DateFrom: string
(date)
Date from in recruiting candidate work preferences.
-
DateTo: string
(date)
Date to in recruiting candidate work preferences.
-
ExcludedLocationFourId: integer
(int64)
Title:
Fourth Excluded LocationExcluded location four ID in recruiting candidate work preferences. -
ExcludedLocationOneId: integer
(int64)
Title:
First Excluded LocationExcluded location one ID in recruiting candidate work preferences. -
ExcludedLocationThreeId: integer
(int64)
Title:
Third Excluded LocationExcluded location three ID in recruiting candidate work preferences. -
ExcludedLocationTwoId: integer
(int64)
Title:
Second Excluded LocationExcluded location two ID in recruiting candidate work preferences. -
FlexibleWorkFlag: boolean
Title:
Work a Flexible ScheduleMaximum Length:30Flexible work required indicator in recruiting candidate work preferences. -
FullTimeEquivalent: number
Title:
Full Time EquivalentFull time equivalent in recruiting candidate work preferences. -
IntlTravelFlag: boolean
Title:
Travel InternationallyMaximum Length:30International travel required indicator in recruiting candidate work preferences. -
IntlTravelFrequency: string
Title:
International Travel FrequencyMaximum Length:30International travel frequency in recruiting candidate work preferences. -
IntlTravelRequiredFlag: boolean
Title:
International Travel RequiredMaximum Length:30International travel required indicator in the recruiting candidate work preferences. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MinimumPay: integer
(int64)
Title:
Minimum PayMinimum pay in recruiting candidate work preferences. -
NatTravelFlag: boolean
Title:
Travel DomesticallyMaximum Length:30Domestic travel required indicator in the recruiting candidate work preferences. -
NatTravelFrequency: string
Title:
Domestic Travel FrequencyMaximum Length:30National travel frequency in recruiting candidate work preferences. -
NatTravelRequiredFlag: boolean
Title:
Travel RequiredMaximum Length:30Domestic travel required indicator in recruiting candidate work preferences. -
PartAssignFlag: boolean
Title:
Consider Part Time WorkMaximum Length:30Part assign indicator in the recruiting candidate work preferences. -
PayFrequency: string
Title:
Pay FrequencyMaximum Length:30Pay frequency in recruiting candidate work preferences. -
PayRange: string
Title:
Pay RangeMaximum Length:30Pay range in recruiting candidate work preferences. -
PreferredLocationFourId: integer
(int64)
Title:
Fourth Preferred LocationPreferred location four ID in recruiting candidate work preferences. -
PreferredLocationOneId: integer
(int64)
Title:
First Preferred LocationPreferred location one ID in recruiting candidate work preferences. -
PreferredLocationThreeId: integer
(int64)
Title:
Third Preferred LocationPreferred location three ID in recruiting candidate work preferences. -
PreferredLocationTwoId: integer
(int64)
Title:
Second Preferred LocationPreferred location two ID in recruiting candidate work preferences. -
RelocateDuration: integer
(int64)
Title:
Length of Willing to RelocateRelocate duration in recruiting candidate work preferences. -
RelocateFlag: boolean
Title:
Willing to RelocateMaximum Length:30Relocate indicator in the recruiting candidate work preferences. -
RelocationReason: string
Title:
Relocation ReasonMaximum Length:240Relocation reason in recruiting candidate work preferences. -
SectionId: integer
(int64)
Section ID in recruiting candidate work preferences.
-
TempAssignFlag: boolean
Title:
Consider Temporary AssignmentMaximum Length:30Temp assign indicator in recruiting candidate work preferences. -
WorkDays: string
Title:
WorkdaysMaximum Length:30Workdays in recruiting candidate work preferences. -
WorkHours: string
Title:
Work HoursMaximum Length:30Work hours in recruiting candidate work preferences. -
WorkMonths: integer
(int64)
Title:
Work Duration MonthsWork months in recruiting candidate work preferences. -
WorkPreferenceId: integer
(int64)
Work preference ID in recruiting candidate work preferences.
-
WorkYears: integer
(int64)
Title:
Work Duration YearsWork years in recruiting candidate work preferences.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to get all candidates by submitting a collection GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -X GET http://host:port/hcmCoreApi/resources/11.13.18.05/recruitingCandidates?q=LastName=Hopkins
Example of Response Header
The following is an example of the response header.
HTTP/1.1 200 OK Content-Type : application/vnd.oracle.adf.resourceitem+json
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items": [
{
"CandidateNumber": "2647",
"PreferredLanguage": null,
"LastName": "Hopkins",
"MiddleNames": null,
"FirstName": "Jack",
"Title": "MR.",
"Suffix": null,
"PreNameAdjunct": null,
"KnownAs": null,
"PreviousLastName": null,
"Honors": null,
"MilitaryRank": null,
"FullName": "Hopkins, Jack",
"DisplayName": "Jack Hopkins",
"ListName": "Hopkins, Jack",
"Email": null,
"CampaignOptIn": null,
"SourceMedium": null,
"SourceName": null,
"CandidateType": "ORA_INTERNAL_CANDIDATE",
"PersonId": 11143,
"CreatedBy": “JH-HOPKINS”,
"CreationDate": "2019-03-21T19:08:31.003+00:00",
"LastUpdatedBy": "JH-HOPKINS",
"LastUpdateDate": "2019-03-21T19:08:31.334+00:00",
"links": [
{...}
]
},
{
"CandidateNumber": "28104",
"PreferredLanguage": null,
"LastName": "Hopkins",
"MiddleNames": null,
"FirstName": "Montana",
"Title": "MR.",
"Suffix": null,
"PreNameAdjunct": null,
"KnownAs": null,
"PreviousLastName": null,
"Honors": null,
"MilitaryRank": null,
"FullName": "Montana Hopkins",
"DisplayName": "Montana Hopkins",
"ListName": "Hopkins,Montana",
"Email": "montana.hopkins@oracle.com",
"CampaignOptIn": null,
"SourceMedium": null,
"SourceName": null,
"CandidateType": "ORA_INTERNAL_CANDIDATE",
"PersonId": 100010026262572,
"CreatedBy": “JH-HOPKINS”,
"CreationDate": "2019-03-21T19:08:31.003+00:00",
"LastUpdatedBy": "JH-HOPKINS",
"LastUpdateDate": "2019-03-21T19:08:31.334+00:00",
"links": [
{...}
]
}
],
"links": [
{...}
]
}