Get all job applications for recruiting
get
/hcmRestApi/resources/11.13.18.05/recruitingJobApplications
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 the job application by a primary key
Finder Variables- JobApplicationId; integer; Finds the job application using a primary key and an application ID
- findByRequisitionNumberAndEmailAddress Finds all job applications by requisition number and email address.
Finder Variables- EmailAddress; string; Email address used to find job applications.
- RequisitionNumber; string; Requisition number used to find job applications.
- PrimaryKey Finds the job application by a 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:- CandidateName; string; Name of the candidate in the job application.
- CandidatePersonId; integer; ID assigned to the candidate who applied for the job.
- ConfirmedFlag; boolean; Indicates confirmation of the job application.
- CreatedBy; string; Name of the person who created the job application.
- CreationDate; string; Date of creation of the job application.
- DisqualifiedFlag; boolean; Indicates that the candidate is disqualified.
- HiringManagerId; integer; Hiring manager ID for a job application.
- InternalFlag; boolean; Indicates that it's an internal job application.
- JobApplicationDate; string; Date of the job application.
- JobApplicationId; integer; Unique ID of job application.
- LanguageCode; string; Code assigned for each language.
- LastModifiedDate; string; Date when the application was last modified.
- LastUpdateDate; string; Date when the application was last updated
- LastUpdatedBy; string; Name of individual who last updated the job application.
- PhaseId; integer; ID for phase of job application.
- PhaseName; string; Name of each phase of the job application.
- ProfileId; integer; Profile ID of an application.
- PublicStateId; integer; Public state ID of an application.
- PublicStateName; string; Name of the public state of a job application.
- RecruiterId; integer; Recruiter ID for a job application.
- RequisitionId; integer; Requisition ID for a job application.
- RequisitionIdRest; integer; Requisition ID 1 for a job application.
- RequisitionNumber; string; Requisition number of the job application.
- RequisitionUsageCode; string; Requisition usage code for a job application.
- StateId; integer; State ID for a job application.
- StateName; string; Name of the state of a job application.
-
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:
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.
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 : recruitingJobApplications
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 : recruitingJobApplications-item-response
Type:
Show Source
object-
AppliedToOtherJobs: string
Read Only:
trueMaximum Length:255Indicates if the candidate has applied to other jobs. -
ApplyFlowVersionId: integer
(int64)
A unique ID for each job application flow.
-
attachments: array
Attachments
Title:
AttachmentsThe attachments resource is used to view, create, and update attachments. -
CandidateName: string
Title:
NameRead Only:trueMaximum Length:240Name of the candidate in the job application. -
CandidatePersonId: integer
(int64)
ID assigned to the candidate who applied for the job.
-
ConfirmedByPersonId: integer
(int64)
ID assigned to the person who has confirmed the job application.
-
ConfirmedDate: string
(date-time)
Date when the job application changed from Unconfirmed to Confirmed.
-
ConfirmedFlag: boolean
Maximum Length:
1Default Value:falseIndicates confirmation of the job application. -
CreatedBy: string
Read Only:
trueMaximum Length:64Name of the person who created the job application. -
CreationDate: string
(date-time)
Read Only:
trueDate of creation of the job application. -
DisqualifiedFlag: boolean
Maximum Length:
1Default Value:falseIndicates that the candidate is disqualified. -
education: array
Education Details
Title:
Education DetailsThe education resource is a child of recruitingJobApplications. It includes the educational related details in the job application. -
EsignDescriptionVersionId: integer
(int64)
ID assigned to each electronic signature of the candidate.
-
experience: array
Experience Details
Title:
Experience DetailsThe experience resource is a child of recruitingJobApplications. It includes the experience related details in the job application. -
HiringManagerId: integer
(int64)
Read Only:
trueHiring manager ID for a job application. -
InternalFlag: boolean
Maximum Length:
1Indicates that it's an internal job application. -
JobApplicationDate: string
(date-time)
Title:
Application Created DateRead Only:trueDate of the job application. -
JobApplicationId: integer
(int64)
Unique ID of job application.
-
LanguageCode: string
Title:
Job Application LanguageMaximum Length:4Code assigned for each language. -
languages: array
Language Information
Title:
Language InformationThe languages resource is a child of recruitingJobApplications. It includes the candidates language related details in the job application. -
LastModifiedDate: string
(date-time)
Title:
Application Last Modified DateRead Only:trueDate when the application was last modified. -
LastUpdateDate: string
(date-time)
Read Only:
trueDate when the application was last updated -
LastUpdatedBy: string
Read Only:
trueMaximum Length:64Name of individual who last updated the job application. -
LegalDescriptionVersionId: integer
(int64)
ID for legal description.
-
licensesAndCertificates: array
Licenses and Certificates of the Candidates
Title:
Licenses and Certificates of the CandidatesThe licensesAndCertificates resource is a child of recruitingJobApplications. It includes the licenses and certificate details of the candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PhaseId: integer
(int64)
Title:
PhaseID for phase of job application. -
PhaseName: string
Read Only:
trueMaximum Length:240Name of each phase of the job application. -
ProcessId: integer
(int64)
Process ID of an application.
-
ProfileId: integer
(int64)
Profile ID of an application.
-
PublicStateId: integer
(int64)
Public state ID of an application.
-
PublicStateName: string
Read Only:
trueMaximum Length:240Name of the public state of a job application. -
RecruiterId: integer
(int64)
Read Only:
trueRecruiter ID for a job application. -
RequisitionId: integer
(int64)
Requisition ID for a job application.
-
RequisitionIdRest: integer
(int64)
Read Only:
trueRequisition ID 1 for a job application. -
RequisitionNumber: string
Read Only:
trueMaximum Length:240Requisition number of the job application. -
RequisitionUsageCode: string
Read Only:
trueMaximum Length:30Default Value:ORA_REQUISITIONRequisition usage code for a job application. -
SiteNumber: string
Maximum Length:
240Site number of a job application. -
StateId: integer
(int64)
Title:
StateState ID for a job application. -
StateName: string
Read Only:
trueMaximum Length:240Name of the state of a job application. -
workPreferences: array
Recruiting Work Preferences
Title:
Recruiting Work PreferencesThe workPreferences resource is a child of recruitingJobApplications. It includes the work preferences of the candidate.
Nested Schema : Attachments
Type:
arrayTitle:
AttachmentsThe attachments resource is used to view, create, and update attachments.
Show Source
Nested Schema : Education Details
Type:
arrayTitle:
Education DetailsThe education resource is a child of recruitingJobApplications. It includes the educational related details in the job application.
Show Source
Nested Schema : Experience Details
Type:
arrayTitle:
Experience DetailsThe experience resource is a child of recruitingJobApplications. It includes the experience related details in the job application.
Show Source
Nested Schema : Language Information
Type:
arrayTitle:
Language InformationThe languages resource is a child of recruitingJobApplications. It includes the candidates language related details in the job application.
Show Source
Nested Schema : Licenses and Certificates of the Candidates
Type:
arrayTitle:
Licenses and Certificates of the CandidatesThe licensesAndCertificates resource is a child of recruitingJobApplications. It includes the licenses and certificate details of the candidate.
Show Source
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Recruiting Work Preferences
Type:
arrayTitle:
Recruiting Work PreferencesThe workPreferences resource is a child of recruitingJobApplications. It includes the work preferences of the candidate.
Show Source
Nested Schema : recruitingJobApplications-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 IdThe unique identifier of the attached document. -
CategoryName: string
Title:
CategoryMaximum Length:30The category of the attachment. - ContentRepositoryFileShared: boolean
-
CreatedBy: string
Title:
Created ByRead Only:trueMaximum Length:255The user who created the record. -
CreatedByUserName: string
Title:
Created By User NameRead Only:trueThe user name who created the record. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueThe date when the record was created. -
DatatypeCode: string
Title:
TypeMaximum Length:30Default Value:FILEA value that indicates the data type. -
Description: string
Title:
DescriptionMaximum Length:255The description of the attachment. -
DmDocumentId: string
Maximum Length:
255The document ID from which the attachment is created. -
DmFolderPath: string
Title:
Dm Folder PathMaximum Length:1000The folder path from which the attachment is created. -
DmVersionNumber: string
Maximum Length:
255The document 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 CodeThe error code, if any, for the attachment. -
ErrorStatusMessage: string
Title:
Error Status MessageThe error message, if any, for the attachment. -
ExpirationDate: string
(date-time)
Title:
Expiration DateThe expiration date of the contents in the attachment. -
FileContents: string
(byte)
Title:
File ContentsThe contents of the attachment. -
FileName: string
Title:
File NameMaximum Length:2048The file name of the attachment. -
FileUrl: string
Title:
File UrlThe URI of the file. -
FileWebImage: string
(byte)
Title:
File Web ImageRead Only:trueThe base64 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:trueThe date when the record was last updated. -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:255The user who last updated the record. -
LastUpdatedByUserName: string
Title:
Last Updated By UserRead Only:trueThe user name who last updated the record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PostProcessingAction: string
Title:
PostProcessingActionThe name of the action that can be performed after an attachment is uploaded. -
Title: string
Title:
TitleThe title of the attachment. -
UploadedFileContentType: string
Title:
Uploaded File Content TypeThe content type of the attachment. -
UploadedFileLength: integer
Title:
File SizeThe size of the attachment file. -
UploadedFileName: string
Title:
Uploaded File NameThe name to assign to a new attachment file. -
UploadedText: string
Title:
Uploaded TextThe text content for a new text attachment. -
Uri: string
Title:
UriMaximum Length:4000The URI of a Topology Manager type attachment. -
Url: string
Title:
UrlMaximum Length:4000The URL of a web page type attachment. -
UserName: string
Title:
User NameRead Only:trueMaximum Length:255The login 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 : recruitingJobApplications-education-item-response
Type:
Show Source
object-
AcademicStanding: string
Title:
Academic StandingMaximum Length:30Educational academic standing of the candidate. -
ActivitySummary: string
(byte)
Title:
Summary of ActivitiesEducational activity summary of the candidate. -
AreaOfStudy: string
Title:
Area of StudyMaximum Length:240Educational area of study of the candidate. -
AverageGrade: string
Title:
Average GradeMaximum Length:240Educational average grade of the candidate. -
AwardingBody: string
Title:
Awarding BodyMaximum Length:240Institution awarding the academic grade. -
City: string
Title:
CityMaximum Length:240City of education of the candidate. -
Comments: string
(byte)
Title:
CommentsComments on education. -
CompletedAmount: integer
(int64)
Title:
Completed AmountPercentage of completion of education. -
CompletedTraningUnits: string
Title:
Training Completed UnitsMaximum Length:240Number of training units completed by the candidate. -
ContentItemId: integer
(int64)
Title:
DegreeID assigned to each item of education. -
CountryId: integer
(int64)
Title:
CountryID assigned to the country where the education was completed. -
DateAcquired: string
(date)
Title:
Date AcquiredDate when the educational degree was acquired. -
DegreeName: string
Title:
DegreeMaximum Length:240Name of the acquired degree -
Department: string
Title:
Faculty or DepartmentMaximum Length:240Department of education. -
Description: string
(byte)
Title:
DescriptionDescription of education. -
Duration: string
Title:
DurationMaximum Length:240Duration of education. -
DurationUnits: string
Title:
Duration UnitsMaximum Length:30Duration units of education. -
EducationalEstablishment: string
Title:
School NameMaximum Length:2000Name of the educational establishment in education. -
EducationalEstablishmentId: integer
(int64)
Title:
SchoolID assigned to the educational establishment. -
EducationId: integer
(int64)
ID assigned to the education of the candidate.
-
EducationLevel: string
Title:
Education LevelMaximum Length:30Level of education acquired by the candidate. -
EducationURL: string
Title:
Education URLMaximum Length:2000URL of education. -
Educator: string
Title:
EducatorMaximum Length:240Name of the educator. -
EduLevelCompletedFlag: boolean
Title:
Education Level CompletedMaximum Length:30Indicates if the educational level is completed. -
EndDate: string
(date)
Title:
End DateEnd date of an education. -
Fee: integer
(int64)
Title:
FeeEducational fees. -
FeeCurrency: string
Title:
Fee CurrencyMaximum Length:30Currency of the fees in education. -
GPA: number
Title:
GPAGPA acquired in education. -
GraduatedFlag: boolean
Title:
GraduatedMaximum Length:30Indicated if the candidate is a graduate. -
HighestEduLevel: string
Title:
Highest Education LevelMaximum Length:30Highest level of education acquired by the candidate. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
Major: string
Title:
MajorMaximum Length:240Major subject in education. -
Minor: string
Title:
MinorMaximum Length:240Minor subject in education. -
PartTimeFlag: boolean
Title:
Part TimeMaximum Length:30Indicates if the course completed by the candidate is part time. -
ProjectedCompletionDate: string
(date)
Title:
Projected Completion DateProjected date of completion of education. -
Reimbursements: string
(byte)
Title:
Reimbursement ArrangementsReimbursements claimed by the candidate for their education. -
RequiredFlag: boolean
Title:
RequiredMaximum Length:30Indicates the educational qualification is mandatory to be mentioned. -
SectionId: integer
(int64)
ID assigned to each educational section.
-
StartDate: string
(date)
Title:
Start DateStart date of an education. -
StateProvinceId: integer
(int64)
Title:
StateID assigned to the state or province where the education was availed. -
Status: string
Title:
StatusMaximum Length:30Status of the education. -
Title: string
Title:
TitleMaximum Length:240Title of the education. -
TotalAmount: integer
(int64)
Title:
Total AmountTotal amount spent on the education. -
TrmnlDegDiscpFlag: boolean
Title:
Terminal Degree for DisciplineMaximum Length:30Indicates whether the education item is a terminal degree for the discipline. -
TuitionMethod: string
Title:
Tuition MethodMaximum Length:30Method of tuition availed. -
YearAcquired: integer
(int64)
Title:
Year AcquiredYear when the degree was attained.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobApplications-experience-item-response
Type:
Show Source
object-
Achievements: string
(byte)
Title:
AchievementsAchievements made in -
AdditionalInformation: string
(byte)
Title:
Additional InformationAdditional information about previous work experience. -
BusinessType: string
Title:
Type of BusinessMaximum Length:240Type of business of the company the candidate worked for. -
CompanyURL: string
Title:
Company URLMaximum Length:2000URL of the company. -
ContactSupervisorFlag: boolean
Title:
OK to Contact SupervisorMaximum Length:30Indicates if it's the supervisor of the candidate who can be contacted. -
CurrentJobFlag: boolean
Title:
Current JobMaximum Length:30Indicates if it's the candidate's current job. -
Department: string
Title:
Department or Division or PostMaximum Length:240Name of the department the candidate worked in. -
DirectReports: integer
(int64)
Title:
Direct ReportsDetails of the direct reports. -
EmployerCity: string
Title:
Employer CityMaximum Length:240City of previous employment. -
EmployerCountryId: integer
(int64)
Title:
Employer CountryID assigned to the country where the candidate was employed. -
EmployerName: string
Title:
Employer NameMaximum Length:240Name of the employer. -
EmployerPhone: string
Title:
Employer PhoneMaximum Length:240Phone of the employer. -
EmployerStateId: integer
(int64)
Title:
Employer State or ProvinceState ID of the employer. -
EndCompensation: number
Title:
Ending CompensationCompensation last drawn by the candidate. -
EndDate: string
(date)
Title:
End DateEnd date of previous employment. -
ExperienceInYears: number
Read Only:
trueExperience with the previous employer in years. -
FullTimeCode: string
Title:
Part TimeMaximum Length:30Code assigned for full time employment. -
InternalFlag: boolean
Title:
InternalMaximum Length:30Indicates if the job application is internal. -
JobFamilyId: integer
(int64)
Title:
Job FamilyID assigned to the previous job family. -
JobFunction: string
Title:
Job FunctionMaximum Length:30Function of the previous job. -
JobTitle: string
Title:
Job TitleMaximum Length:240Title held in the previous job. -
LeavingReason: string
(byte)
Title:
Reason for LeavingReason to leave the previous job. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OtherCompensation: string
Title:
Other CompensationMaximum Length:240Additional compensation availed from previous job. -
OtherJobFunction: string
Title:
Other Job FunctionMaximum Length:240Additional functions assigned in the previous job. -
PreviousEmploymentId: integer
(int64)
ID assigned to the previous employer.
-
Responsibilities: string
(byte)
Title:
ResponsibilitiesResponsibilities undertaken in the previous job. -
SectionId: integer
(int64)
ID assigned to each section in previous work experience.
-
StartCompensation: number
Title:
Starting CompensationCompensation drawn at the beginning of previous job. -
StartDate: string
(date)
Title:
Start DateStart date of the previous job. -
StartingPosition: string
Title:
Starting PositionMaximum Length:240Position held in the previous job. -
SupervisorEmail: string
Title:
Supervisor EmailMaximum Length:240Email of the supervisor who can be contacted. -
SupervisorName: string
Title:
Supervisor NameMaximum Length:240Name of the supervisor in the previous job. -
SupervisorPhone: string
Title:
Supervisor PhoneMaximum Length:240Phone number of the supervisor in the previous job. -
SupervisorTitle: string
Title:
Supervisor TitleMaximum Length:240Title of the supervisor in the previous job.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobApplications-languages-item-response
Type:
Show Source
object-
AbleToTeachFlag: boolean
Title:
Able to TeachMaximum Length:30Indicates if the candidate can teach the language. -
AbleToTranslateFlag: boolean
Title:
Able to TranslateMaximum Length:30Indicates if the candidate can translate the language. -
Comments: string
(byte)
Title:
CommentsAdditional comments about the knowledge in language. -
ContentItemId: integer
(int64)
Title:
LanguageID assigned to each item in the languages section. -
EvaluatedOn: string
(date)
Title:
Evaluated OnSpecifics on which the language proficiency of the candidate is evaluated. -
EvaluationLocation: string
Title:
Evaluation LocationMaximum Length:240Location where the language evaluation was conducted. -
Language: string
Maximum Length:
240Language name. -
LanguageId: integer
(int64)
ID assigned each language known to the candidate.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
NativeSpeakerFlag: boolean
Title:
NativeMaximum Length:30Indicates if the candidate is a native speaker of the language. -
ReadingLevelId: integer
(int64)
Title:
ReadingID assigned to the language reading level of the candidate. -
ReadingModelId: integer
(int64)
Title:
Reading Rating ModelID assigned to the language reading mode. -
SectionId: integer
(int64)
ID assigned to each section of language.
-
SpeakingLevelId: integer
(int64)
Title:
SpeakingID assigned to the language speaking level of the candidate. -
SpeakingModelId: integer
(int64)
Title:
Speaking Rating ModelID assigned to the language speaking mode. -
WritingLevelId: integer
(int64)
Title:
WritingID assigned to the language writing level of the candidates. -
WritingModelId: integer
(int64)
Title:
Writing Rating ModelID assigned to the language writing mode.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobApplications-licensesAndCertificates-item-response
Type:
Show Source
object-
ActualCompletionDate: string
(date)
Title:
Actual Completion DateActual completion date of the course. -
CertificationId: integer
(int64)
ID assigned to the licenses or certifications acquired by the candidate.
-
CertificationName: string
Title:
License or CertificateMaximum Length:240Name of the licenses or certifications acquired by the candidate. -
CertificationNumber: string
Title:
Certificate NumberMaximum Length:240Number of the licenses or certifications acquired by the candidate. -
CertificationURL: string
Title:
Certification URLMaximum Length:2000URL of the licenses or certifications acquired by the candidate. -
Comments: string
(byte)
Title:
CommentsAdditional comments on the licenses and certifications acquired by the candidate. -
CompletedAmount: integer
(int64)
Title:
Completed AmountPercentage of completion of the course. -
CompletedTrainingUnits: string
Title:
Training Completed UnitsMaximum Length:240Completed training units of the course. -
ContentItemId: integer
(int64)
Title:
License or CertificateID assigned to each item in the licenses and certificates section. -
CountryId: integer
(int64)
Title:
CountryID assigned to the country where the course was done. -
EducationalEstablishment: string
Title:
Educational EstablishmentMaximum Length:2000Name of the educational establishment that conducted the course. -
EducationalEstablishmentId: integer
(int64)
Title:
EstablishmentID assigned to the educational establishment that conducted the course. -
ExpirationDate: string
(date)
Title:
Expiration DateExpiration date of the licenses and certificates held by the candidate. -
IssueDate: string
(date)
Title:
Issue DateDate when the licenses and certificates were issued. -
IssuedBy: string
Title:
Issued ByMaximum Length:240Authority issuing the licenses and certificates. -
LastRenewalDate: string
(date)
Title:
Last Renewal DateLast date when the licenses and certificates were renewed. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OriginalIssueYear: integer
(int64)
Title:
Original Issue YearYear when the licenses and certificates were originally issues. -
RenewalDate: string
(date)
Title:
Renewal DateRenewal date for the licenses and certificates. -
RenewalInprogressFlag: boolean
Title:
Renewal In ProgressMaximum Length:30Indicates if the licenses and certificates renewal is in progress. -
RenewalRequiredFlag: boolean
Title:
Renewal RequiredMaximum Length:30Indicates if the licenses and certificates must be renewed. -
Restrictions: string
(byte)
Title:
RestrictionsRestrictions associated with the licenses and certificates. -
SectionId: integer
(int64)
ID assigned to each section of the licenses and certificates.
-
StateProvinceId: integer
(int64)
Title:
StateID assigned to the state or province where the licenses and certificates were issues. -
Status: string
Title:
StatusMaximum Length:30Status of the licenses and certifications. -
Title: string
Title:
TitleMaximum Length:240Title of the licenses and certifications. -
TotalAmount: integer
(int64)
Title:
Total AmountTotal cost incurred for the licenses and certifications. -
VerifiedFlag: boolean
Title:
VerifiedMaximum Length:30Indicates that the licenses and certificates are verified.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingJobApplications-workPreferences-item-response
Type:
Show Source
object-
AllLocationsFlag: boolean
Title:
All LocationsMaximum Length:30Indicates candidate is ready to work from any location. -
Comments: string
(byte)
Title:
CommentsAdditional comments for work preferences. -
ContentItemId: integer
(int64)
ID assigned to each content item of work preference.
-
CurrencyCode: string
Title:
Currency CodeMaximum Length:30Currency code of the preferred location. -
DateFrom: string
(date)
Start date of the work preference.
-
DateTo: string
(date)
End date of the work preference.
-
ExcludedLocationFourId: integer
(int64)
Title:
Fourth Excluded LocationID for the fourth option for excluded location. -
ExcludedLocationOneId: integer
(int64)
Title:
First Excluded LocationID for the first option for excluded location. -
ExcludedLocationThreeId: integer
(int64)
Title:
Third Excluded LocationID for the third option for excluded location. -
ExcludedLocationTwoId: integer
(int64)
Title:
Second Excluded LocationID for the second option for excluded location. -
FlexibleWorkFlag: boolean
Title:
Work a Flexible ScheduleMaximum Length:30Indicates if flexible work option is available for the job. -
FullTimeEquivalent: number
Title:
Full Time EquivalentIndicates if full time is required. -
IntlTravelFlag: boolean
Title:
Travel InternationallyMaximum Length:30Indicates if international travel is required for the job. -
IntlTravelFrequency: string
Title:
International Travel FrequencyMaximum Length:30Frequency of the international travel. -
IntlTravelRequiredFlag: boolean
Title:
International Travel RequiredMaximum Length:30Indicates if international travel is mandatory for the job. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MinimumPay: integer
(int64)
Title:
Minimum PayMinimum pay allocated to the job. -
NatTravelFlag: boolean
Title:
Travel DomesticallyMaximum Length:30Indicates if domestic travel is required for the job. -
NatTravelFrequency: string
Title:
Domestic Travel FrequencyMaximum Length:30Frequency of the domestic travel. -
NatTravelRequiredFlag: boolean
Title:
Travel RequiredMaximum Length:30Indicates if domestic travel is mandatory for the job. -
PartAssignFlag: boolean
Title:
Consider Part Time WorkMaximum Length:30Indicates if the candidate has opted for a part time job assignment. -
PayFrequency: string
Title:
Pay FrequencyMaximum Length:30Frequency of payment for the part time assignment. -
PayRange: string
Title:
Pay RangeMaximum Length:30Candidate's pay range. -
PreferredLocationFourId: integer
(int64)
Title:
Fourth Preferred LocationFourth option for the preferred location. -
PreferredLocationOneId: integer
(int64)
Title:
First Preferred LocationFirst option for the preferred location. -
PreferredLocationThreeId: integer
(int64)
Title:
Third Preferred LocationThird option for the preferred location -
PreferredLocationTwoId: integer
(int64)
Title:
Second Preferred LocationSecond option for the preferred location. -
RelocateDuration: integer
(int64)
Title:
Length of Willing to RelocateDuration for which candidate wants to be relocated. -
RelocateFlag: boolean
Title:
Willing to RelocateMaximum Length:30Indicates that candidate has opted for relocation. -
RelocationReason: string
Title:
Relocation ReasonMaximum Length:240Reason why the candidate has opted for relocation. -
SectionId: integer
(int64)
ID assigned to each section of work preferences.
-
TempAssignFlag: boolean
Title:
Consider Temporary AssignmentMaximum Length:30Indicates if the job assignment is for a temporary period. -
WorkDays: string
Title:
Work DaysMaximum Length:30Number of work days for the temporary work period. -
WorkHours: string
Title:
Work HoursMaximum Length:30Number of work hours for the temporary work period. -
WorkMonths: integer
(int64)
Title:
Work Duration MonthsNumber of work months for the temporary work period. -
WorkPreferenceId: integer
(int64)
ID assigned to the candidate's work preference.
-
WorkYears: integer
(int64)
Title:
Work Duration YearsNumber of work years for the temporary work period.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source