Get all basic information details for a candidate
get
/hcmRestApi/resources/11.13.18.05/recruitingCECandidateDetails
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 candidate basic information based on the primary key.
Finder Variables- CandidateNumber; string; Candidate number used to identify a specific candidate.
- PrimaryKey Finds candidate basic information based on the primary key.
-
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:- EmailPreferredFlag; boolean; Indicates whether the candidate prefers communication via email. Valid values are Y and N. Default is N.
- EmailVerifiedFlag; boolean; Indicates whether the candidate's email is verified. Valid values are Y and N. Default is N.
- PhoneChannelType; string; Indicates the type of phone channel used by the candidate. Valid values are Mobile, Home, and Work. Default is Mobile.
- PhonePreferredFlag; boolean; Indicates whether the phone number is the preferred contact method. Valid values are Y and N. Default is N.
- PhoneVerifiedFlag; boolean; Indicates whether the candidate's phone number is verified. Valid values are Y and N. Default is N.
- ResumeText; string; Text content of the candidate's resume extracted from the uploaded file.
-
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 : recruitingCECandidateDetails
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 : recruitingCECandidateDetails-item-response
Type:
Show Source
object-
AddressLine1: string
Maximum Length:
240Primary address line of the candidate's location. This field captures the first line of the street address as provided by the candidate. -
AddressLine2: string
Maximum Length:
240Secondary address line for the candidate's location. -
AddressLine3: string
Maximum Length:
255Third line of the candidate's address. This field captures additional address information if needed. -
CandidateNumber: string
Maximum Length:
240Unique identifier for the candidate in the recruiting process. This number helps track and manage candidate information throughout the hiring lifecycle. -
CandidateType: string
Read Only:
trueMaximum Length:255Indicates the type of candidate, such as internal or external. Valid values are defined in the system. -
City: string
Maximum Length:
60City where the candidate resides. This field captures the candidate's current location. -
Country: string
Maximum Length:
60Country where the candidate is located. This field helps in identifying the candidate's geographical location for recruitment purposes. -
educations: array
Candidate Educational Backgrounds
Title:
Candidate Educational BackgroundsThe CandidateSummaryEducationItemVO resource provides details about a candidate's education. -
Email: string
Maximum Length:
240Email address of the candidate. Used for communication and identification purposes. -
EmailPreferredFlag: boolean
Maximum Length:
255Indicates whether the candidate prefers communication via email. Valid values are Y and N. Default is N. -
EmailVerifiedFlag: boolean
Maximum Length:
255Indicates whether the candidate's email is verified. Valid values are Y and N. Default is N. -
FirstName: string
Maximum Length:
150First name of the candidate. This field captures the given name of the individual applying for a position. -
languages: array
Candidate Language Proficiencies
Title:
Candidate Language ProficienciesThe languages resource provides details about a candidate's language proficiencies. -
LastName: string
Maximum Length:
150Last name of the candidate. This field captures the family name or surname of the individual applying for a position. -
licensesAndCertifications: array
Candidate Certification Details
Title:
Candidate Certification DetailsThe CandidateSummaryCertificationItemVO resource provides details about a candidate's certifications. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MiddleNames: string
Maximum Length:
80Middle name or names of the candidate. -
MobilePhoneAreaCode: string
Maximum Length:
30Mobile phone area code for the candidate. This field specifies the area code associated with the candidate's mobile phone number. -
MobilePhoneCountryCode: string
Maximum Length:
30Mobile phone country code for the candidate's contact information. -
MobilePhoneLegislationCode: string
Maximum Length:
30Mobile phone legislation code for the candidate's contact information. It specifies the country or region associated with the mobile phone number. -
MobilePhoneNumber: string
Maximum Length:
60Mobile phone number of the candidate. This is used for communication and verification purposes. -
PhoneChannelType: string
Maximum Length:
30Indicates the type of phone channel used by the candidate. Valid values are Mobile, Home, and Work. Default is Mobile. -
PhonePreferredFlag: boolean
Maximum Length:
255Indicates whether the phone number is the preferred contact method. Valid values are Y and N. Default is N. -
PhoneVerifiedFlag: boolean
Maximum Length:
255Indicates whether the candidate's phone number is verified. Valid values are Y and N. Default is N. -
PostalCode: string
Maximum Length:
30Postal code of the candidate's address. This field identifies the specific postal or ZIP code associated with the candidate's location. -
Region1: string
Maximum Length:
120Region associated with the candidate's basic information. -
Region2: string
Maximum Length:
120Region or area associated with the candidate's location. This field helps categorize candidates based on geographical data. -
Region3: string
Maximum Length:
120Region or area associated with the candidate's location. This field helps in categorizing candidates based on geographical data. -
ResumeText: string
Read Only:
trueMaximum Length:255Text content of the candidate's resume extracted from the uploaded file. -
skills: array
Candidate Skills
Title:
Candidate SkillsThe CandidateSummarySkillItemVO resource provides details about a candidate's skills. -
Title: string
Maximum Length:
30Title of the candidate's profile or resume. This field captures the primary title associated with the candidate's information. -
workExperiences: array
Candidate Previous Experiences
Title:
Candidate Previous ExperiencesThe CandidateSummaryPreviousExpItemVO resource provides details about a candidate's previous work experiences.
Nested Schema : Candidate Educational Backgrounds
Type:
arrayTitle:
Candidate Educational BackgroundsThe CandidateSummaryEducationItemVO resource provides details about a candidate's education.
Show Source
Nested Schema : Candidate Language Proficiencies
Type:
arrayTitle:
Candidate Language ProficienciesThe languages resource provides details about a candidate's language proficiencies.
Show Source
Nested Schema : Candidate Certification Details
Type:
arrayTitle:
Candidate Certification DetailsThe CandidateSummaryCertificationItemVO resource provides details about a candidate's certifications.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Candidate Skills
Type:
arrayTitle:
Candidate SkillsThe CandidateSummarySkillItemVO resource provides details about a candidate's skills.
Show Source
Nested Schema : Candidate Previous Experiences
Type:
arrayTitle:
Candidate Previous ExperiencesThe CandidateSummaryPreviousExpItemVO resource provides details about a candidate's previous work experiences.
Show Source
Nested Schema : recruitingCECandidateDetails-educations-item-response
Type:
Show Source
object-
DegreeId: integer
(int64)
Read Only:
trueUnique identifier for the degree associated with the candidate's education. -
DegreeName: string
Read Only:
trueMaximum Length:240Name of the degree or certification obtained by the candidate. -
EndDate: string
(date)
Read Only:
trueEnd date of the candidate's education period. -
GraduatedFlag: boolean
Read Only:
trueMaximum Length:30Indicates whether the candidate has graduated. Valid values are Y and N. Default is N. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Major: string
Read Only:
trueMaximum Length:240Major field of study for the candidate's education. -
SchoolId: integer
(int64)
Read Only:
trueUnique identifier for the school or educational institution. -
SchoolName: string
Read Only:
trueMaximum Length:2000Name of the school or educational institution attended by the candidate. -
StartDate: string
(date)
Read Only:
trueStart date of the candidate's education. This date indicates when the education program or course began.
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 : recruitingCECandidateDetails-languages-item-response
Type:
Show Source
object-
LanguageId: integer
(int64)
Read Only:
trueUnique identifier for the language associated with the candidate's summary. -
LanguageName: string
Read Only:
trueMaximum Length:240Name of the language known by the candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCECandidateDetails-licensesAndCertifications-item-response
Type:
Show Source
object-
CertificationId: integer
(int64)
Read Only:
trueUnique identifier for the candidate's certification. -
CertificationName: string
Read Only:
trueMaximum Length:700Name of the certification held by the candidate. -
ExpirationDate: string
(date)
Read Only:
trueExpiration date for the candidate's certification. Indicates when the certification is no longer valid. -
IssueDate: string
(date)
Read Only:
trueDate when the certification was issued. -
IssuedBy: string
Read Only:
trueMaximum Length:240Name of the organization or authority that issued the certification. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCECandidateDetails-skills-item-response
Type:
Show Source
object-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
SkillId: integer
(int64)
Read Only:
trueUnique identifier for the skill associated with the candidate. -
SkillName: string
Read Only:
trueMaximum Length:700Name of the skill associated with the candidate's profile.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCECandidateDetails-workExperiences-item-response
Type:
Show Source
object-
Achievements: string
(byte)
Title:
AchievementsSummary of key achievements during the candidate's previous work experience. This field captures notable accomplishments or contributions made by the candidate in their past roles. -
CurrentJobFlag: boolean
Title:
Current JobMaximum Length:30Indicates whether the job is the candidate's current position. Valid values are Y and N. Default is N. -
EmployerName: string
Title:
Employer NameMaximum Length:240Name of the employer from the candidate's previous work experience. -
EndDate: string
(date)
Title:
End DateEnd date of the candidate's previous work experience. This date marks the conclusion of the specified employment period. -
JobTitle: string
Title:
Job TitleMaximum Length:240Job title held by the candidate in a previous role. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Responsibilities: string
(byte)
Title:
ResponsibilitiesDetails about the candidate's responsibilities in a previous job. This field captures key duties and tasks performed in the role. -
StartDate: string
(date)
Title:
Start DateStart date of the candidate's previous work experience.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source