Get all the recruiting partner candidate details
get
/hcmRestApi/resources/11.13.18.05/recruitingPartnerCandidateDetails
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 recruiting partner candidate details using a unique ID
Finder Variables- CandidateToken; string; Unique identifier and candidate token used to find the recruiting partner candidate details.
- PrimaryKey Finds recruiting partner candidate details 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:- Address; string; Address in the recruiting partner candidate details.
- CandidateEmail; string; Candidate email in the recruiting partner candidate details.
- CandidateNumber; string; Candidate number in the recruiting partner candidate details.
- CandidatePIIInformationIncludedFlag; boolean; Indicates if the personally identifiable information data needs to be sent.
- CandidateToken; string; Candidate token in the recruiting partner candidate details.
- ConfirmedSubmissionFlag; boolean; Indicates if the candidate has been confirmed.
- DateOfBirth; string; Candidate's date of birth in the recruiting partner candidate details.
- EmailPreferredCommunicationFlag; boolean; Indicates that the candidate prefers to communicate by email.
- FirstName; string; First name in the recruiting partner candidate details.
- HiringManagerEmail; string; Hiring manager email in the recruiting partner candidate details.
- HiringManagerFirstName; string; Hiring manager first name in the recruiting partner candidate details.
- HiringManagerLastName; string; Hiring manager last name in the recruiting partner candidate details.
- Language; string; Language in the recruiting partner candidate details.
- LastName; string; Last name in the recruiting partner candidate details.
- Legislation; string; Legislation in the recruiting partner candidate details.
- MiddleNames; string; Middle names in the recruiting partner candidate details.
- NamePrefix; string; Name prefix in the recruiting partner candidate details.
- NameSuffix; string; Name suffix in the recruiting partner candidate details.
- PhoneAreaCode; string; Phone area code in the recruiting partner candidate details.
- PhoneCountryCode; string; Phone country code in the recruiting partner candidate details.
- PhoneNumber; string; Phone number in the recruiting partner candidate details.
- PhonePreferredCommunicationFlag; boolean; Indicates that the candidate prefers to communicate by phone.
- RecruiterEmail; string; Recruiter email in the recruiting partner candidate details.
- RecruiterFirstName; string; Recruiter first name in the recruiting partner candidate details.
- RecruiterLastName; string; Recruiter last name in the recruiting partner candidate details.
- RequisitionLocation; string; Requisition location in the recruiting partner candidate details.
- RequisitionNumber; string; Requisition number in the recruiting partner candidate details.
- RequisitionOrganization; string; Requisition organization in the recruiting partner candidate details.
- RequisitionTitle; string; Requisition label in the recruiting partner candidate details.
-
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 : recruitingPartnerCandidateDetails
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 : recruitingPartnerCandidateDetails-item-response
Type:
Show Source
object-
Address: string
Read Only:
trueAddress in the recruiting partner candidate details. -
addressDetails: array
Address Details in the Recruiting Assessment Partner Candidate Details
Title:
Address Details in the Recruiting Assessment Partner Candidate DetailsThe addressDetails resource is the child of the recruitingPartnerCandidateDetails resource and provides the individual address fields used for the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
addressFormat: array
Address Format in the Recruiting Assessment Partner Candidate Details
Title:
Address Format in the Recruiting Assessment Partner Candidate DetailsThe addressFormat resource is the child of the recruitingPartnerCandidateDetails resource and provides the address format used for the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
CandidateEmail: string
Read Only:
trueCandidate email in the recruiting partner candidate details. -
CandidateNumber: string
Read Only:
trueCandidate number in the recruiting partner candidate details. -
CandidatePIIInformationIncludedFlag: boolean
Read Only:
trueIndicates if the personally identifiable information data needs to be sent. -
CandidateToken: string
Read Only:
trueMaximum Length:1024Candidate token in the recruiting partner candidate details. -
certifications: array
Certification Related Information in the Recruiting Partner Candidate Details
Title:
Certification Related Information in the Recruiting Partner Candidate DetailsThe certifications resource is the child of the recruitingPartnerCandidateDetails resource and provides the certifications of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
ConfirmedSubmissionFlag: boolean
Read Only:
trueIndicates if the candidate has been confirmed. -
DateOfBirth: string
Read Only:
trueCandidate's date of birth in the recruiting partner candidate details. -
educations: array
Educational Qualifications Mentioned in the Recruiting Partner Candidate Details
Title:
Educational Qualifications Mentioned in the Recruiting Partner Candidate DetailsThe educations resource is the child of the recruitingPartnerCandidateDetails resource and provides details about the education of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
EmailPreferredCommunicationFlag: boolean
Read Only:
trueIndicates that the candidate prefers to communicate by email. -
FirstName: string
Read Only:
trueFirst name in the recruiting partner candidate details. -
HiringManagerEmail: string
Read Only:
trueHiring manager email in the recruiting partner candidate details. -
HiringManagerFirstName: string
Read Only:
trueHiring manager first name in the recruiting partner candidate details. -
HiringManagerLastName: string
Read Only:
trueHiring manager last name in the recruiting partner candidate details. -
Language: string
Read Only:
trueLanguage in the recruiting partner candidate details. -
LastName: string
Read Only:
trueLast name in the recruiting partner candidate details. -
Legislation: string
Read Only:
trueLegislation in the recruiting partner candidate details. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleNames: string
Read Only:
trueMiddle names in the recruiting partner candidate details. -
NamePrefix: string
Read Only:
trueName prefix in the recruiting partner candidate details. -
NameSuffix: string
Read Only:
trueName suffix in the recruiting partner candidate details. -
nationalIdentifiers: array
National Identifiers of the Candidate in the Recruiting Partner Candidate Details
Title:
National Identifiers of the Candidate in the Recruiting Partner Candidate DetailsThe nationalIdentifiers resource is a child of the recruitingPartnerCandidateDetails resource and provides the national identifiers of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
PhoneAreaCode: string
Read Only:
truePhone area code in the recruiting partner candidate details. -
PhoneCountryCode: string
Read Only:
truePhone country code in the recruiting partner candidate details. -
PhoneNumber: string
Read Only:
truePhone number in the recruiting partner candidate details. -
PhonePreferredCommunicationFlag: boolean
Read Only:
trueIndicates that the candidate prefers to communicate by phone. -
previousEmployments: array
Previous Employments Recorded in the Recruiting Partner Candidate Details
Title:
Previous Employments Recorded in the Recruiting Partner Candidate DetailsThe previousEmployments resource is the child of the recruitingPartnerCandidateDetails resource and provides the previous employment details of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
RecruiterEmail: string
Read Only:
trueRecruiter email in the recruiting partner candidate details. -
RecruiterFirstName: string
Read Only:
trueRecruiter first name in the recruiting partner candidate details. -
RecruiterLastName: string
Read Only:
trueRecruiter last name in the recruiting partner candidate details. -
requisitionAdditionalAttributes: array
Requisition Additional Attributes Recorded in the Recruiting Partner Candidate Details
Title:
Requisition Additional Attributes Recorded in the Recruiting Partner Candidate DetailsThe requisitionAdditionalAttributes resource is the child of the recruitingPartnerCandidateDetails resource and provides the previous employment details of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners. -
RequisitionLocation: string
Read Only:
trueMaximum Length:1024Requisition location in the recruiting partner candidate details. -
RequisitionNumber: string
Read Only:
trueRequisition number in the recruiting partner candidate details. -
RequisitionOrganization: string
Read Only:
trueRequisition organization in the recruiting partner candidate details. -
RequisitionTitle: string
Read Only:
trueRequisition label in the recruiting partner candidate details.
Nested Schema : Address Details in the Recruiting Assessment Partner Candidate Details
Type:
arrayTitle:
Address Details in the Recruiting Assessment Partner Candidate DetailsThe addressDetails resource is the child of the recruitingPartnerCandidateDetails resource and provides the individual address fields used for the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Address Format in the Recruiting Assessment Partner Candidate Details
Type:
arrayTitle:
Address Format in the Recruiting Assessment Partner Candidate DetailsThe addressFormat resource is the child of the recruitingPartnerCandidateDetails resource and provides the address format used for the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Certification Related Information in the Recruiting Partner Candidate Details
Type:
arrayTitle:
Certification Related Information in the Recruiting Partner Candidate DetailsThe certifications resource is the child of the recruitingPartnerCandidateDetails resource and provides the certifications of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Educational Qualifications Mentioned in the Recruiting Partner Candidate Details
Type:
arrayTitle:
Educational Qualifications Mentioned in the Recruiting Partner Candidate DetailsThe educations resource is the child of the recruitingPartnerCandidateDetails resource and provides details about the education of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : National Identifiers of the Candidate in the Recruiting Partner Candidate Details
Type:
arrayTitle:
National Identifiers of the Candidate in the Recruiting Partner Candidate DetailsThe nationalIdentifiers resource is a child of the recruitingPartnerCandidateDetails resource and provides the national identifiers of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Previous Employments Recorded in the Recruiting Partner Candidate Details
Type:
arrayTitle:
Previous Employments Recorded in the Recruiting Partner Candidate DetailsThe previousEmployments resource is the child of the recruitingPartnerCandidateDetails resource and provides the previous employment details of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : Requisition Additional Attributes Recorded in the Recruiting Partner Candidate Details
Type:
arrayTitle:
Requisition Additional Attributes Recorded in the Recruiting Partner Candidate DetailsThe requisitionAdditionalAttributes resource is the child of the recruitingPartnerCandidateDetails resource and provides the previous employment details of the candidate. Note that the service endpoints in this resource category can only be used by approved Oracle Cloud Marketplace partners.
Show Source
Nested Schema : recruitingPartnerCandidateDetails-addressDetails-item-response
Type:
Show Source
object-
AddlAddressAttribute1: string
Read Only:
trueAdditional address attribute 1 in the address in the recruiting partner candidate details. -
AddlAddressAttribute2: string
Read Only:
trueAdditional address attribute 2 in the address in the recruiting partner candidate details. -
AddlAddressAttribute3: string
Read Only:
trueAdditional address attribute 3 in the address in the recruiting partner candidate details. -
AddlAddressAttribute4: string
Read Only:
trueAdditional address attribute 4 in the address in the recruiting partner candidate details. -
AddlAddressAttribute5: string
Read Only:
trueAdditional address attribute 5 in the address in the recruiting partner candidate details. -
AddressLine1: string
Read Only:
trueMaximum Length:255Address line 1 in the address in the recruiting partner candidate details. -
AddressLine2: string
Read Only:
trueAddress line 2 in the address in the recruiting partner candidate details. -
AddressLine3: string
Read Only:
trueAddress line 3 in the address in the recruiting partner candidate details. -
AddressLine4: string
Read Only:
trueMaximum Length:255Address line 4 in the address in the recruiting partner candidate details. -
Building: string
Read Only:
trueBuilding in the address in the recruiting partner candidate details. -
City: string
Read Only:
trueCity in the address in the recruiting partner candidate details. -
Country: string
Read Only:
trueCountry in the address in the recruiting partner candidate details. -
FloorNumber: string
Read Only:
trueFloor number in the address in the recruiting partner candidate details. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LongPostalCode: string
Read Only:
trueLong postal code in the address in the recruiting partner candidate details. -
PostalCode: string
Read Only:
truePostal code in the address in the recruiting partner candidate details. -
Region1: string
Read Only:
trueRegion 1 in the address in the recruiting partner candidate details. -
Region2: string
Read Only:
trueRegion 2 in the address in the recruiting partner candidate details. -
Region3: string
Read Only:
trueRegion 3 in the address in the recruiting partner candidate address details.
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 : recruitingPartnerCandidateDetails-addressFormat-item-response
Type:
Show Source
object-
Attribute: string
Read Only:
trueAddress format attribute in the address in the recruiting partner candidate details. -
Label: string
Read Only:
trueAddress format label in the address in the recruiting partner candidate details. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Sequence: string
Read Only:
trueSequence in the address in the recruiting partner candidate details.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingPartnerCandidateDetails-certifications-item-response
Type:
Show Source
object-
ActualCompletionDate: string
(date)
Read Only:
trueActual completion date in certifications of recruiting partner candidate. -
CertificationId: integer
Read Only:
trueCertification ID in certifications of recruiting partner candidate. -
CertificationName: string
Read Only:
trueCertification name in certifications of recruiting partner candidate. -
CertificationNumber: string
Read Only:
trueCertification number in certifications of recruiting partner candidate. -
CertificationURL: string
Read Only:
trueCertification URL in certifications of recruiting partner candidate. -
Comments: string
(byte)
Read Only:
trueComments in certifications of recruiting partner candidate. -
CompletedAmount: integer
Read Only:
trueCompleted amount in certifications of recruiting partner candidate. -
CompletedTrainingUnits: string
Read Only:
trueCompleted training units in certifications of recruiting partner candidate. -
Country: string
Read Only:
trueCountry in certifications of recruiting partner candidate. -
EducationalEstablishment: string
Read Only:
trueEducation establishment in certifications of recruiting partner candidate. -
ExpirationDate: string
(date)
Read Only:
trueExpiration date in certifications of recruiting partner candidate. -
IssueDate: string
(date)
Read Only:
trueIssue date in certifications of recruiting partner candidate. -
IssuedBy: string
Read Only:
trueIssued by in certifications of recruiting partner candidate. -
IssueYear: integer
Read Only:
trueYear of issue of the certificate for the recruiting partner candidate. -
LastRenewalDate: string
(date)
Read Only:
trueLast renewal date in certifications of recruiting partner candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RenewalDate: string
(date)
Read Only:
trueRenewal date in certifications of recruiting partner candidate. -
RenewalInprogressFlag: boolean
Read Only:
trueIndicates that the renewal is in progress for the certifications of the recruiting partner candidate. -
RenewalRequiredFlag: boolean
Read Only:
trueIndicates that renewal is required in the certifications of the recruiting partner candidate. -
Restrictions: string
(byte)
Read Only:
trueRestrictions in certifications of recruiting partner candidate. -
SectionId: integer
Read Only:
trueSection ID assigned for each section in the certification of recruiting partner candidate. -
SectionName: string
Read Only:
trueSection name assigned for each section in the certification of recruiting partner candidate. -
State: string
Read Only:
trueState in certifications of recruiting partner candidate. -
Status: string
Read Only:
trueStatus in certifications of recruiting partner candidate. -
Title: string
Read Only:
trueLabel in certifications of recruiting partner candidate. -
TotalAmount: integer
Read Only:
trueTotal Amount in certifications of recruiting partner candidate. -
VerifiedFlag: boolean
Read Only:
trueIndicates that the certifications of recruiting partner candidate are verified.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingPartnerCandidateDetails-educations-item-response
Type:
Show Source
object-
AcademicStanding: string
Read Only:
trueAcademic standing in education of recruiting partner candidate. -
ActivitySummary: string
(byte)
Read Only:
trueActivity summary of education of recruiting partner candidate. -
AreaOfStudy: string
Read Only:
trueArea of study in educations of recruiting partner candidate. -
AverageGrade: string
Read Only:
trueAverage grade in educations of recruiting partner candidate. -
AwardingBody: string
Read Only:
trueAwarding body in educations of recruiting partner candidate. -
City: string
Read Only:
trueCity in educations of recruiting partner candidate. -
Comments: string
(byte)
Read Only:
trueComments in the education of recruiting partner candidate. -
CompletedAmount: integer
Read Only:
trueCompleted amount in educations of recruiting partner candidate. -
CompletedTrainingUnits: string
Read Only:
trueCompleted training units in educations of recruiting partner candidate. -
Country: string
Read Only:
trueCountry in educations of recruiting partner candidate. -
DateAcquired: string
(date)
Read Only:
trueDate acquired in educations of recruiting partner candidate. -
DegreeName: string
Read Only:
trueDegree name in educations of recruiting partner candidate. -
Department: string
Read Only:
trueDepartment in educations of recruiting partner candidate. -
Description: string
(byte)
Read Only:
trueDescription for education of recruiting partner candidate. -
Duration: string
Read Only:
trueMaximum Length:255Duration of education of recruiting partner candidate. -
DurationUnits: string
Read Only:
trueUnits of the duration of education of recruiting partner candidate. -
EducationId: integer
Read Only:
trueEducation ID in educations of recruiting partner candidate. -
EducationLevel: string
Read Only:
trueEducation level in educations of recruiting partner candidate. -
EducationLevelCompletedFlag: boolean
Read Only:
trueIndicates if the education level is complete for recruiting partner candidate. -
EducationURL: string
Read Only:
trueURL of the education of recruiting partner candidate. -
Educator: string
Read Only:
trueEducator in educations of recruiting partner candidate. -
EndDate: string
(date)
Read Only:
trueEnd date in educations of recruiting partner candidate. -
Fee: integer
Read Only:
trueEducation fees of recruiting partner candidate. -
FeeCurrency: string
Read Only:
trueCurrency of the education fees of recruiting partner candidate. -
GPA: number
Read Only:
trueGPA in educations of recruiting partner candidate. -
GraduatedFlag: boolean
Read Only:
trueIndicates that the recruiting partner candidate is a graduate. -
HighestEducationLevel: string
Read Only:
trueHighest education level of recruiting partner candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Major: string
Read Only:
trueMajor in educations of recruiting partner candidate. -
Minor: string
Read Only:
trueMinor in educations of recruiting partner candidate. -
PartTimeFlag: boolean
Read Only:
trueIndicates if the education was pursued as a part time course by recruiting partner candidate. -
ProjectedCompletionDate: string
(date)
Read Only:
trueProjected completion date in educations of recruiting partner candidate. -
Reimbursements: string
(byte)
Read Only:
trueReimbursement arrangements of education of recruiting partner candidate. -
SchoolName: string
Read Only:
trueSchool name in educations of recruiting partner candidate. -
SectionId: integer
Read Only:
trueSection ID assigned for each section in education of recruiting partner candidate. -
SectionName: string
Read Only:
trueSection name assigned for each section in education of recruiting partner candidate. -
StartDate: string
(date)
Read Only:
trueStart date in educations of recruiting partner candidate. -
State: string
Read Only:
trueState in educations of recruiting partner candidate. -
Status: string
Read Only:
trueStatus in educations of recruiting partner candidate. -
Title: string
Read Only:
trueLabel in educations of recruiting partner candidate. -
TotalAmount: integer
Read Only:
trueTotal amount in educations of recruiting partner candidate. -
TrmnlDegDiscpFlag: boolean
Read Only:
trueIndicates that it's the terminal degree in the education of the recruiting partner candidate. -
TuitionMethod: string
Read Only:
trueTuition method of education of recruiting partner candidate. -
YearAcquired: string
Read Only:
trueYear acquired in educations of recruiting partner candidate.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingPartnerCandidateDetails-nationalIdentifiers-item-response
Type:
Show Source
object-
ExpirationDate: string
(date)
Read Only:
trueExpiration date of national identifiers of the recruiting partner candidate. -
IssueDate: string
(date)
Read Only:
trueIssue date of national identifiers of the recruiting partner candidate. -
LegislationCode: string
Read Only:
trueLegislation code of national identifiers of the recruiting partner candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NationalIdentifierNumber: string
Read Only:
trueMaximum Length:255National identifier number of national identifiers of the recruiting partner candidate. -
NationalIdentifierType: string
Read Only:
trueNational identifier type of national identifiers of the recruiting partner candidate. -
PlaceOfIssue: string
Read Only:
truePlace of issue of national identifiers of the recruiting partner candidate.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingPartnerCandidateDetails-previousEmployments-item-response
Type:
Show Source
object-
Achievements: string
(byte)
Read Only:
trueAchievements in the previous employments of recruiting partner candidate. -
AdditionalInformation: string
(byte)
Read Only:
trueAdditional information in the previous employments of recruiting partner candidate. -
BusinessType: string
Read Only:
trueBusiness type in the previous employments of recruiting partner candidate. -
City: string
Read Only:
trueCity in previous employments of recruiting partner candidate. -
CompanyURL: string
Read Only:
trueCompany URL in the previous employments of recruiting partner candidate. -
ContactSupervisorFlag: boolean
Read Only:
trueContact supervisor indicator in the previous employments of recruiting partner candidate. -
Country: string
Read Only:
trueCountry in previous employments of recruiting partner candidate. -
CurrentJobFlag: boolean
Read Only:
trueIndicates the current job in the previous employments of the recruiting partner candidate. -
Department: string
Read Only:
trueDepartment in the previous employments of recruiting partner candidate. -
DirectReports: integer
Read Only:
trueDirect reports in the previous employments of recruiting partner candidate. -
EmployerName: string
Read Only:
trueMaximum Length:255Employer name in the previous employments of recruiting partner candidate. -
EmployerPhone: string
Read Only:
trueEmployer phone in previous employments of recruiting partner candidate. -
EndCompensation: number
Read Only:
trueEnd compensation in the previous employments of recruiting partner candidate. -
EndDate: string
(date)
Read Only:
trueEnd date in the previous employments of recruiting partner candidate. -
FullTimeCode: string
Read Only:
trueFull time code in the previous employments of recruiting partner candidate. -
InternalFlag: boolean
Read Only:
trueIndicates an internal candidate in the previous employment of recruiting partner candidate. -
JobFamily: string
Read Only:
trueJob family in the previous employments of recruiting partner candidate. -
JobFunction: string
Read Only:
trueJob function in the previous employments of recruiting partner candidate. -
JobTitle: string
Read Only:
trueJob label in the previous employments of recruiting partner candidate. -
LeavingReason: string
(byte)
Read Only:
trueLeaving reason in the previous employments of recruiting partner candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OtherCompensation: string
Read Only:
trueOther compensation in the previous employments of recruiting partner candidate. -
OtherJobFunction: string
Read Only:
trueOther job function in the previous employments of recruiting partner candidate. -
PreviousEmploymentId: integer
Read Only:
truePrevious employment ID in the previous employments of recruiting partner candidate. -
Responsibilities: string
(byte)
Read Only:
trueResponsibilities in previous employments of recruiting partner candidate. -
SectionId: integer
Read Only:
trueSection ID assigned for each section in the previous employments of recruiting partner candidate. -
SectionName: string
Read Only:
trueSection name assigned for each section in the previous employments of recruiting partner candidate. -
StartCompensation: number
Read Only:
trueStart compensation in the previous employments of recruiting partner candidate. -
StartDate: string
(date)
Read Only:
trueStart date in the previous employments of recruiting partner candidate. -
StartingPosition: string
Read Only:
trueStarting position in the previous employments of recruiting partner candidate. -
State: string
Read Only:
trueState in previous employments of recruiting partner candidate. -
SupervisorEmail: string
Read Only:
trueSupervisor email in the previous employments of recruiting partner candidate. -
SupervisorName: string
Read Only:
trueSupervisor name in the previous employments of recruiting partner candidate. -
SupervisorPhone: string
Read Only:
trueSupervisor phone in the previous employments of recruiting partner candidate. -
SupervisorTitle: string
Read Only:
trueSupervisor label in the previous employments of recruiting partner candidate.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingPartnerCandidateDetails-requisitionAdditionalAttributes-item-response
Type:
Show Source
object-
AttributeName: string
Read Only:
trueMaximum Length:255Name of the attribute in the requisition additional attributes of recruiting partner candidate. -
AttributeType: string
Read Only:
trueMaximum Length:255Type of the attribute in the requisition additional attributes of recruiting partner candidate. -
FlexContextCode: string
Read Only:
trueMaximum Length:255Attribute flexfield context code in the requisitionAdditional additional attributes of recruiting partner candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LOVFlag: boolean
Read Only:
trueMaximum Length:255Attribute list of value in the requisition additional attributes of the recruiting partner candidate. -
Type: string
Read Only:
trueMaximum Length:255Attribute type in the requisition additional attributes of recruiting partner candidate. -
Value: string
Read Only:
trueMaximum Length:255Attribute value in the requisition additional attributes of recruiting partner candidate.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source