Get all employees
get
/hcmRestApi/resources/11.13.18.05/emps
Request
Query Parameters
-
effectiveDate: string
This query parameter is used to fetch resources which are effective dated as of the specified start date. The value of this query parameter is a string having a date in yyyy-MM-dd format
-
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 employees that match the primary key criteria specified.
Finder Variables- CitizenshipId; integer; System-generated primary key. Surrogate key.
- DriversLicenseId; integer; System-generated primary key. Surrogate key.
- EffectiveStartDate; string; Effective start date for the employee record.
- PassportId; integer; System-generated primary key. Surrogate key.
- PersonId; integer; Internal identifier for the person.
- ReligionId; integer; System-generated primary key. Surrogate key.
- findByAssignmentAttr Finds all employee assignments based on the attributes specified.
Finder Variables- BusinessUnitName; string; Business unit name for the employee assignment.
- DepartmentName; string; Department name for the employee assignment.
- GradeName; string; Grade name for the employee assignment.
- JobName; string; Job name for the employee assignment.
- LocationName; string; Location name for the employee assignment.
- ManagerFullName; string; Full name of the manager for the employee assignment.
- findByPersonId Finds all employee assignments for the person identifier specified.
Finder Variables- PersonId; integer; Person identifier for which the assignments are to be retrieved.
- SysEffectiveDate; object;
- PrimaryKey Finds all employees that match the primary key criteria specified.
-
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:- AsgResponsibilityId; integer; Primary key autogenerated by the application.
- AssignmentId; integer; Internal identifier for the assignment.
- PersonId; integer; Internal unique identifier for the person.
- ResponsibilityName; string; Name of an area of responsibility.
- ResponsibilityTypeCode; string; Identifier of the responsibility type for which this record holds the criteria. The value is validated against HCM_LOOKUPS with the lookup type PER_RESPONSIBILITY_TYPES.
- ResponsibilityTypeName; string; Name of the responsibility type for which this record holds the criteria. For example, Benefits Representative.
You can use these queryable attributes to filter this collection resource using the q query parameter:- CreationDate; string; Date and time of creation of the employee role record.
- EndDate; string; End date of the role.
- LastUpdateDate; string; Date and time of update of the employee role record.
- RoleCommonName; string; Short name of the role.
- RoleGUID; string; Globally unique identifier for the role record in Oracle Cloud. Valid values are defined in the list RoleGUIDLOV.
- RoleName; string; Name of the role.
- StartDate; string; Start date of the role.
You can use these queryable attributes to filter this collection resource using the q query parameter:- PersonId; integer
- __FLEX_Context; string; Context Value
- __FLEX_Context_DisplayValue; string; Context Value
You can use these queryable attributes to filter this collection resource using the q query parameter:- EnabledFlag; string
- EndDateActive; string
- StartDateActive; string
- _ID_FLEX_NUM; integer
- _PEOPLE_GROUP_ID; integer
You can use these queryable attributes to filter this collection resource using the q query parameter:- AddressLine1; string; First line of the primary mailing address.
- AddressLine2; string; Second line of the primary mailing address.
- AddressLine3; string; Third line of the primary mailing address.
- CitizenshipId; integer; Primary key autogenerated by the application.
- CitizenshipLegislationCode; string; Legislation code derived from the legal entity. Valid values are defined in the list CitizenshipLegislationCodeLOV.
- CitizenshipStatus; string; Status of the person's citizenship. Valid values are defined in the list CitizenshipStatusLOV.
- CitizenshipToDate; string; End date of citizenship.
- City; string; Town or city in which the address is located.
- CorrespondenceLanguage; string; Preferred language for communication. Valid values are defined in the list CorrespondenceLanguageLOV.
- Country; string; Country in which the address is located.
- CreationDate; string; Date and time of creation of the employee record.
- DateOfBirth; string; Date of birth of the person.
- DisplayName; string; Person's display name.
- DriversLicenseExpirationDate; string; Expiration date of the driver's license.
- DriversLicenseId; integer; System-generated primary key. Surrogate key.
- DriversLicenseIssuingCountry; string; Country that issued the driver's license.
- EffectiveStartDate; string; Date at the beginning of the period within which the employee is effective.
- Ethnicity; string; Person's ethnicity for the legislation code. Valid values are defined in the list EthnicityLOV.
- FirstName; string; Person's first name.
- Gender; string; Person's gender. Valid values are defined in the list GenderLOV.
- HireDate; string; Hire date of the employee.
- HomeFaxAreaCode; string; Area code of the phone number for the home fax machine.
- HomeFaxCountryCode; string; Country code of the phone number for the home fax machine.
- HomeFaxExtension; string; Extension of the phone number for the home fax machine.
- HomeFaxLegislationCode; string; Legislation code of the home fax number.
- HomeFaxNumber; string; Phone number for the home fax machine.
- HomePhoneAreaCode; string; Area code of the home phone number.
- HomePhoneCountryCode; string; Country code of the home phone number.
- HomePhoneExtension; string; Extension of the home phone number.
- HomePhoneLegislationCode; string; Legislation code of the home phone number.
- HomePhoneNumber; string; Home phone number.
- Honors; string; Higher qualification appended to a person's name. For example, PhD.
- LastName; string; Person's last name.
- LastUpdateDate; string; Date and time of update of the employee record.
- LicenseNumber; string; Person's driving license number.
- MaritalStatus; string; Person's marital status. Valid values are defined in the list MaritalStatusLOV.
- MiddleName; string; Person's middle name.
- MilitaryVetStatus; string; Indicates whether the person is on military service. Valid values are defined in the list MilitaryVetStatusLOV.
- NameSuffix; string; Part of the name appended to a person's last name.
- NationalId; string; Primary key autogenerated by the application.
- NationalIdCountry; string; Country of nationality.
- NationalIdExpirationDate; string; Expiration date of the national identifier.
- NationalIdPlaceOfIssue; string; Place where the national identifier was issued.
- NationalIdType; string; Type of national identifier. Valid values are defined in the list NationalIdTypeLOV.
- PassportExpirationDate; string; Expiration date of the passport.
- PassportId; integer; Primary key autogenerated by the application.
- PassportIssueDate; string; Date of issue of passport.
- PassportIssuingCountry; string; Country that issued the passport.
- PassportNumber; string; Person's passport number.
- PersonId; integer; Internal unique identifier for the person.
- PersonNumber; string; Number assigned to a person to identify the person uniquely. Doesn't depend on the person type (employee, contingent worker, and so on). Search on this attribute isn't case sensitive.
- PostalCode; string; Postal code of the address.
- PreferredName; string; Person's preferred first name.
- PreviousLastName; string; Previous last name of the person, if any.
- ProjectedTerminationDate; string; Projected termination date for the worker.
- Region; string; Primary region in which the address is located.
- Region2; string; Secondary region within the primary region.
- Religion; string; Person's religion. Valid values are defined in the list ReligionLOV.
- ReligionId; integer; Primary key autogenerated by the application.
- Salutation; string; Person salutation such as Mr., Ms., and so on. Valid values are defined in the list SalutationLOV.
- TerminationDate; string; Termination date of the employee.
- UserName; string; User name for the record. This value is optional and is automatically generated if not specified. Also works with UsernameMatching attribute. Search on this attribute isn't case sensitive.
- WorkEmail; string; Person's work email address. Search on this attribute isn't case sensitive.
- WorkFaxAreaCode; string; Area code of the phone number for the work fax machine.
- WorkFaxCountryCode; string; Country code of the phone number for the work fax machine.
- WorkFaxExtension; string; Extension of the phone number for the work fax machine.
- WorkFaxLegislationCode; string; Legislation code of the work fax number.
- WorkFaxNumber; string; Phone number for the home fax machine.
- WorkMobilePhoneAreaCode; string; Area code of the work mobile phone number.
- WorkMobilePhoneCountryCode; string; Country code of the work mobile phone number.
- WorkMobilePhoneExtension; string; Extension of the work mobile phone number.
- WorkMobilePhoneLegislationCode; string; Legislation code of the work mobile phone number.
- WorkMobilePhoneNumber; string; Work mobile phone number.
- WorkPhoneAreaCode; string; Area code of the work phone number.
- WorkPhoneCountryCode; string; Country code of the work phone number, such as 39 for Italy.
- WorkPhoneExtension; string; Extension of the work phone number.
- WorkPhoneLegislationCode; string; Legislation code of the work phone number.
- WorkPhoneNumber; string; Work phone number.
- WorkerType; string; Primary type of a worker such as employee (E), contingent worker (C), pending worker (P), or nonworker (N). This is a read-only attribute as indicated in the describe metadata.
You can use these queryable attributes to filter this collection resource using the q query parameter:- EffectiveStartDate; string; Date at the beginning of the period within which the employee direct report is effective.
- FullName; string; Full name of the manager.
- ManagerId; integer; Internal identifier for the manager.
- PersonId; integer; Internal unique identifier for the person.
You can use these queryable attributes to filter this collection resource using the q query parameter:- AssignmentId; integer
- AssignmentType; string
- EffectiveEndDate; string
- EffectiveLatestChange; string
- EffectiveSequence; integer
- EffectiveStartDate; string
- __FLEX_Context; string; Context Value
- __FLEX_Context_DisplayValue; string; Context Value
You can use these queryable attributes to filter this collection resource using the q query parameter:- ActionCode; string; Action performed on a particular record, such as Hire, Add Pending Worker, Manager Change, and so on. Valid values are defined in the list ActionCodeLOV.
- ActionReasonCode; string; User-defined code for the action reason. Specifies the reason for the action performed on the record. Valid values are defined in the list ActionReasonCodeLOV.
- ActualTerminationDate; string; Actual date of termination of employment. This is required during termination, when the TerminateWorkRelationshipFlag is set to Y.
- AssignmentCategory; string; User-defined category such as Full-Time Permanent or Part-Time Permanent. Valid values are defined in the list AssignmentCategoryLOV.
- AssignmentId; integer; Unique identifier for the assignment. This is a primary key generated by the application.
- AssignmentName; string; Name of the assignment.
- AssignmentNumber; string; Unique identifier for the assignment or terms. Valid for workers and nonworkers.
- AssignmentProjectedEndDate; string; Date on which the assignment is expected to end.
- AssignmentStatus; string; HR status of the assignment, such as Active or Inactive. Valid values are defined in the list AssignmentStatusLOV.
- AssignmentStatusTypeId; integer; Unique identifier for the user-defined assignment status. Valid values are defined in the list AssignmentStatusTypeIdLOV.
- BusinessUnitId; integer; Unique identifier for the business unit. Valid values are defined in the list BusinessUnitIdLOV.
- CreationDate; string; Date and time of creation of the employee assignment record.
- DepartmentId; integer; Unique identifier for the department. Valid values are defined in the list DepartmentIdLOV.
- EffectiveEndDate; string; Date at the end of the period within which the employee assignment is effective.
- EffectiveStartDate; string; Date at the beginning of the period within which the employee assignment is effective.
- EndTime; string; Workday normal end time.
- Frequency; string; Frequency of normal working hours such as week, month, year. Valid values are defined in the list FrequencyLOV.
- FullPartTime; string; Indicates whether the position the employee is hired for is full-time or part-time. Valid values are defined in the list FullPartTimeLOV.
- GradeId; integer; Unique identifier for the grade. Valid values are defined in the list GradeIdLOV.
- GradeLadderId; integer; Unique identifier for the grade ladder.
- JobId; integer; Unique identifier for the job. Valid values are defined in the list JobIdLOV.
- LastUpdateDate; string; Date and time of update of the employee assignment record.
- LegalEntityId; integer; Unique identifier for the legal entity.
- LocationId; integer; Unique identifier for the location. Valid values are defined in the list LocationIdLOV.
- ManagerAssignmentId; integer; Identifier for the manager's assignment.
- ManagerId; integer; Unique identifier for a manager. Valid values are defined in the list ManagerIdLOV.
- ManagerType; string; Role of the manager with regards to the overall organization structure. For example, functional, project leader, and so on.
- OriginalHireDate; string; Original date of hire for employment.
- PeopleGroup; string; People group represented as a concatenated value of all the related key flexfield segments.
- PeriodOfServiceId; integer; Primary key autogenerated by the application.
- PersonTypeId; integer; Unique identifier for the person type. Valid values are defined in the list PersonTypeIdLOV.
- PositionId; integer; Unique identifier for a position. Valid values are defined in the list PositionIdLOV.
- PrimaryAssignmentFlag; boolean; Indicates whether the current assignment is the primary assignment. Valid values are Yes and No.
- PrimaryWorkRelationFlag; boolean; Indicates whether the current work relationship is primary. Valid values are Yes and No.
- PrimaryWorkTermsFlag; boolean; Indicates whether the current employment terms are primary. Valid values are Yes and No.
- ProbationPeriodEndDate; string; End date of the probation period.
- ProbationPeriodLength; number; Duration of the probation period.
- ProbationPeriodUnitOfMeasure; string; Units for the probation period duration. Valid values are defined in the list QUALIFYING_UNITS.
- ProjectedStartDate; string; Proposed start date for the pending worker.
- ProposedPersonTypeId; string; Unique identifier for the worker class. This value is valid only if the PersonTypeId is Pending Worker. It can be any of the employee or contingent worker types. Valid values are defined in the list ProposedPersonTypeIdLOV.
- RegularTemporary; string; Indicates whether the position the employee is hired for is regular or temporary. Valid values are defined in the list RegularTemporaryLOV.
- SalaryAmount; number; Salary amount entered based on the salary frequency.
- SalaryBasisId; integer; Identifier for the set of details linked to a worker's base pay. It identifies the payroll characteristics used to pay base earnings, the duration for which base pay is quoted, the factor used to annualize base pay, any components used to attribute base pay adjustments to different reasons, and any associated grade rate for salary validation. Valid values are defined in the list SalaryBasisIdLOV.
- SalaryCode; string; Identifies whether the assignment is paid by the hour or by a salary. Either maintained at the assignment level or employment or placement terms but not both. Valid values are defined in the list SalaryCodeLOV.
- StartTime; string; Workday normal start time.
- TermsEffectiveStartDate; string; Date at the beginning of the period within which the employee term is effective.
- WorkTaxAddressId; integer; Unique identifier for the address that's used for taxation purposes. This can be different from a mailing address. Valid values are defined in the list WorkTaxAddressIdLOV.
- WorkerCategory; string; Category of the worker such as Blue Collar, Civil Servant, and so on. Valid values are defined in the list WorkerCategoryLOV.
- WorkingAsManager; string; Indicates whether the person is a manager. Valid values are Yes and No.
- WorkingAtHome; string; Indicates whether the person is working at home. Valid values are Yes and No.
- WorkingHours; number; Normal working hours.
You can use these queryable attributes to filter this collection resource using the q query parameter:- CreationDate; string; Date and time of creation of the employee visa record.
- LastUpdateDate; string; Date and time of update of the employee visa record.
- VisaPermitCountry; string; Country for which visa or permit is valid. Valid values are defined in the list IssuingCountryLOV.
- VisaPermitExpiration; string; Expiration date of visa or permit.
- VisaPermitId; integer; Primary key autogenerated by the application.
- VisaPermitNumber; string; Visa or permit number.
- VisaPermitType; string; Visa or permit type. Valid values are defined in the list VisaPermitTypeLOV.
You can use these queryable attributes to filter this collection resource using the q query parameter:- Image; string; Unique location of the image. Encrypted version of the file.
- ImageId; integer; Primary key autogenerated by the application.
- ImageName; string; Name of the image.
- ObjectVersionNumber; integer; Used to implement optimistic locking. This number is incremented every time a row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
- PersonId; integer; Person associated with the image. Foreign key to PER_ALL_PEOPLE_F.
- PrimaryFlag; boolean; Indicates whether the image is primary.
-
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
-
Effective-Of: string
This header accepts a string value. The string is a semi-colon separated list of
= . It is used to perform effective date range operations. The accepted parameters are RangeMode, RangeSpan, RangeStartDate, RangeEndDate, RangeStartSequence and RangeEndSequence. The parameter values are always strings. The possible values for RangeMode are SET_LOGICAL_START, SET_LOGICAL_END, END_DATE, SET_EFFECTIVE_START, SET_EFFECTIVE_END, REPLACE_CORRECTION, REPLACE_UPDATE, RECONCILE_CORRECTION, CORRECTION, RECONCILE_UPDATE, UPDATE, ZAP and DELETE_CHANGES. The possible values for RangeSpan are PHYSICAL_ROW_END_DATE and LOGICAL_ROW_END_DATE. The values for RangeStartDate and RangeEndDate have to be a string representation of a date in yyyy-MM-dd format. The value for RangeStartSequence and RangeEndSequence must be strings such that when parsed they yield positive integers. -
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 : emps
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 : emps-item-response
Type:
Show Source
object-
AddressLine1: string
Title:
Address Line 1Maximum Length:240First line of the primary mailing address. -
AddressLine2: string
Title:
Address Line 2Maximum Length:240Second line of the primary mailing address. -
AddressLine3: string
Title:
Address Line 3Maximum Length:240Third line of the primary mailing address. -
assignments: array
Assignments
Title:
AssignmentsThe assignments resource is a child of the emps resource. It includes all employee assignments as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability. -
CitizenshipId: integer
(int64)
Title:
Citizenship IDPrimary key autogenerated by the application. -
CitizenshipLegislationCode: string
Title:
CitizenshipMaximum Length:30Legislation code derived from the legal entity. Valid values are defined in the list CitizenshipLegislationCodeLOV. -
CitizenshipStatus: string
Title:
Citizenship StatusMaximum Length:30Status of the person's citizenship. Valid values are defined in the list CitizenshipStatusLOV. -
CitizenshipToDate: string
(date)
Title:
To DateEnd date of citizenship. -
City: string
Title:
Town or CityMaximum Length:60Town or city in which the address is located. -
CorrespondenceLanguage: string
Title:
Correspondence LanguageMaximum Length:30Preferred language for communication. Valid values are defined in the list CorrespondenceLanguageLOV. -
Country: string
Title:
CountryMaximum Length:60Country in which the address is located. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time of creation of the employee record. -
DateOfBirth: string
(date)
Title:
Date of BirthDate of birth of the person. -
directReports: array
Direct Reports
Title:
Direct ReportsThe directReports resource is a child of the emps resource. It includes all employee direct reports as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability. -
DisplayName: string
Title:
NameMaximum Length:240Person's display name. -
DriversLicenseExpirationDate: string
(date)
Title:
To DateExpiration date of the driver's license. -
DriversLicenseId: integer
(int64)
Title:
Drivers License IDSystem-generated primary key. Surrogate key. -
DriversLicenseIssuingCountry: string
Title:
Issuing CountryMaximum Length:30Country that issued the driver's license. -
EffectiveStartDate: string
(date)
Title:
Effective Start DateDate at the beginning of the period within which the employee is effective. -
Ethnicity: string
Title:
EthnicityMaximum Length:30Person's ethnicity for the legislation code. Valid values are defined in the list EthnicityLOV. -
FirstName: string
Title:
First NameMaximum Length:150Person's first name. -
Gender: string
Title:
GenderMaximum Length:30Person's gender. Valid values are defined in the list GenderLOV. -
HireDate: string
(date)
Hire date of the employee.
-
HomeFaxAreaCode: string
Title:
Area CodeMaximum Length:30Area code of the phone number for the home fax machine. -
HomeFaxCountryCode: string
Title:
Country CodeMaximum Length:30Country code of the phone number for the home fax machine. -
HomeFaxExtension: string
Title:
ExtensionMaximum Length:60Extension of the phone number for the home fax machine. -
HomeFaxLegislationCode: string
Title:
Country CodeMaximum Length:4Legislation code of the home fax number. -
HomeFaxNumber: string
Title:
NumberMaximum Length:60Phone number for the home fax machine. -
HomePhoneAreaCode: string
Title:
Area CodeMaximum Length:30Area code of the home phone number. -
HomePhoneCountryCode: string
Title:
Country CodeMaximum Length:30Country code of the home phone number. -
HomePhoneExtension: string
Title:
ExtensionMaximum Length:60Extension of the home phone number. -
HomePhoneLegislationCode: string
Title:
Country CodeMaximum Length:4Legislation code of the home phone number. -
HomePhoneNumber: string
Title:
NumberMaximum Length:60Home phone number. -
Honors: string
Title:
HonorsMaximum Length:80Higher qualification appended to a person's name. For example, PhD. -
LastName: string
Title:
Last NameMaximum Length:150Person's last name. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time of update of the employee record. -
LegalEntityId: integer
Unique identifier for the legal entity. Valid values are defined in the list LegalEmployerLOV.
-
LicenseNumber: string
Title:
License NumberMaximum Length:150Person's driving license number. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
MaritalStatus: string
Title:
Marital StatusMaximum Length:30Person's marital status. Valid values are defined in the list MaritalStatusLOV. -
MiddleName: string
Title:
Middle NamesMaximum Length:80Person's middle name. -
MilitaryVetStatus: string
Maximum Length:
30Default Value:NIndicates whether the person is on military service. Valid values are defined in the list MilitaryVetStatusLOV. -
NameSuffix: string
Title:
SuffixMaximum Length:80Part of the name appended to a person's last name. -
NationalId: string
Title:
National IDMaximum Length:30Primary key autogenerated by the application. -
NationalIdCountry: string
Title:
CountryMaximum Length:30Country of nationality. -
NationalIdExpirationDate: string
(date)
Title:
Expiration DateExpiration date of the national identifier. -
NationalIdPlaceOfIssue: string
Title:
Place of IssueMaximum Length:30Place where the national identifier was issued. -
NationalIdType: string
Title:
National ID TypeMaximum Length:30Type of national identifier. Valid values are defined in the list NationalIdTypeLOV. -
PassportExpirationDate: string
(date)
Title:
Expiration DateExpiration date of the passport. -
PassportId: integer
(int64)
Title:
Passport IDPrimary key autogenerated by the application. -
PassportIssueDate: string
(date)
Title:
Issue DateDate of issue of passport. -
PassportIssuingCountry: string
Title:
Issuing CountryMaximum Length:30Country that issued the passport. -
PassportNumber: string
Title:
NumberMaximum Length:30Person's passport number. -
personDFF: array
personDFF
-
personExtraInformation: array
personExtraInformation
-
PersonId: integer
(int64)
Title:
Person IDInternal unique identifier for the person. -
PersonNumber: string
Title:
Person NumberMaximum Length:30Number assigned to a person to identify the person uniquely. Doesn't depend on the person type (employee, contingent worker, and so on). Search on this attribute isn't case sensitive. -
photo: array
Photos
Title:
PhotosThe photo resource is a child of the emps resource. It includes all employee primary photos as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability. -
PostalCode: string
Title:
Postal CodeMaximum Length:30Postal code of the address. -
PreferredName: string
Title:
Known AsMaximum Length:80Person's preferred first name. -
PreviousLastName: string
Title:
Previous Last NameMaximum Length:150Previous last name of the person, if any. -
ProjectedTerminationDate: string
(date)
Projected termination date for the worker.
-
Region: string
Title:
Region 1Maximum Length:120Primary region in which the address is located. -
Region2: string
Title:
Region 2Maximum Length:120Secondary region within the primary region. -
Religion: string
Title:
ReligionMaximum Length:30Person's religion. Valid values are defined in the list ReligionLOV. -
ReligionId: integer
(int64)
Title:
Religion IDPrimary key autogenerated by the application. -
roles: array
Roles
Title:
RolesThe roles resource is a child of the emps resource. It includes all employee roles as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability. -
Salutation: string
Title:
TitleMaximum Length:30Person salutation such as Mr., Ms., and so on. Valid values are defined in the list SalutationLOV. -
TerminationDate: string
(date)
Read Only:
trueTermination date of the employee. -
UserName: string
Maximum Length:
100User name for the record. This value is optional and is automatically generated if not specified. Also works with UsernameMatching attribute. Search on this attribute isn't case sensitive. -
visas: array
Visas
Title:
VisasThe visas resource is a child of the emps resource. It includes all employee visas as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability. -
WorkEmail: string
Title:
EmailMaximum Length:240Person's work email address. Search on this attribute isn't case sensitive. -
WorkerType: string
Read Only:
trueMaximum Length:30Primary type of a worker such as employee (E), contingent worker (C), pending worker (P), or nonworker (N). This is a read-only attribute as indicated in the describe metadata. -
WorkFaxAreaCode: string
Title:
Area CodeMaximum Length:30Area code of the phone number for the work fax machine. -
WorkFaxCountryCode: string
Title:
Country CodeMaximum Length:30Country code of the phone number for the work fax machine. -
WorkFaxExtension: string
Title:
ExtensionMaximum Length:60Extension of the phone number for the work fax machine. -
WorkFaxLegislationCode: string
Title:
Country CodeMaximum Length:4Legislation code of the work fax number. -
WorkFaxNumber: string
Title:
NumberMaximum Length:60Phone number for the home fax machine. -
WorkMobilePhoneAreaCode: string
Title:
Area CodeMaximum Length:30Area code of the work mobile phone number. -
WorkMobilePhoneCountryCode: string
Title:
Country CodeMaximum Length:30Country code of the work mobile phone number. -
WorkMobilePhoneExtension: string
Title:
ExtensionMaximum Length:60Extension of the work mobile phone number. -
WorkMobilePhoneLegislationCode: string
Title:
Country CodeMaximum Length:4Legislation code of the work mobile phone number. -
WorkMobilePhoneNumber: string
Title:
NumberMaximum Length:60Work mobile phone number. -
WorkPhoneAreaCode: string
Title:
Area CodeMaximum Length:30Area code of the work phone number. -
WorkPhoneCountryCode: string
Title:
Country CodeMaximum Length:30Country code of the work phone number, such as 39 for Italy. -
WorkPhoneExtension: string
Title:
ExtensionMaximum Length:60Extension of the work phone number. -
WorkPhoneLegislationCode: string
Title:
Country CodeMaximum Length:4Legislation code of the work phone number. -
WorkPhoneNumber: string
Title:
NumberMaximum Length:60Work phone number.
Nested Schema : Assignments
Type:
arrayTitle:
AssignmentsThe assignments resource is a child of the emps resource. It includes all employee assignments as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability.
Show Source
This resource is currently under controlled availability.
Nested Schema : Direct Reports
Type:
arrayTitle:
Direct ReportsThe directReports resource is a child of the emps resource. It includes all employee direct reports as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability.
Show Source
This resource is currently under controlled availability.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : personExtraInformation
Type:
Show Source
array-
Array of:
object Discriminator: CategoryCode
Discriminator:
{ "propertyName":"CategoryCode", "mapping":{ "PER_EIT":"#/components/schemas/oracle_apps_hcm_people_core_flex_personEITEFF_base_view_j__PersonExtraInformationPerEitprivateVO-item-response" } }
Nested Schema : Photos
Type:
arrayTitle:
PhotosThe photo resource is a child of the emps resource. It includes all employee primary photos as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability.
Show Source
This resource is currently under controlled availability.
Nested Schema : Roles
Type:
arrayTitle:
RolesThe roles resource is a child of the emps resource. It includes all employee roles as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability.
Show Source
This resource is currently under controlled availability.
Nested Schema : Visas
Type:
arrayTitle:
VisasThe visas resource is a child of the emps resource. It includes all employee visas as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability.
Show Source
This resource is currently under controlled availability.
Nested Schema : emps-assignments-item-response
Type:
Show Source
object-
ActionCode: string
Title:
Action CodeMaximum Length:30Action performed on a particular record, such as Hire, Add Pending Worker, Manager Change, and so on. Valid values are defined in the list ActionCodeLOV. -
ActionReasonCode: string
Title:
Reason CodeMaximum Length:30User-defined code for the action reason. Specifies the reason for the action performed on the record. Valid values are defined in the list ActionReasonCodeLOV. -
ActualTerminationDate: string
(date)
Read Only:
trueActual date of termination of employment. This is required during termination, when the TerminateWorkRelationshipFlag is set to Y. -
AssignmentCategory: string
Title:
Assignment CategoryMaximum Length:30User-defined category such as Full-Time Permanent or Part-Time Permanent. Valid values are defined in the list AssignmentCategoryLOV. -
assignmentDFF: array
assignmentDFF
-
assignmentExtraInformation: array
assignmentExtraInformation
-
AssignmentId: integer
(int64)
Title:
Assignment IDUnique identifier for the assignment. This is a primary key generated by the application. -
AssignmentName: string
Title:
Assignment NameMaximum Length:80Name of the assignment. -
AssignmentNumber: string
Title:
Assignment NumberMaximum Length:30Unique identifier for the assignment or terms. Valid for workers and nonworkers. -
AssignmentProjectedEndDate: string
(date)
Title:
Projected End DateDate on which the assignment is expected to end. -
AssignmentStatus: string
Title:
Assignment StatusMaximum Length:30HR status of the assignment, such as Active or Inactive. Valid values are defined in the list AssignmentStatusLOV. -
AssignmentStatusTypeId: integer
(int64)
Title:
Assignment Status Type IDUnique identifier for the user-defined assignment status. Valid values are defined in the list AssignmentStatusTypeIdLOV. -
BusinessUnitId: integer
(int64)
Title:
Business Unit IDUnique identifier for the business unit. Valid values are defined in the list BusinessUnitIdLOV. -
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time of creation of the employee assignment record. -
DefaultExpenseAccount: string
Default expense account represented as a concatenated value of all the related segments.
-
DepartmentId: integer
(int64)
Title:
Organization IDUnique identifier for the department. Valid values are defined in the list DepartmentIdLOV. -
EffectiveEndDate: string
(date)
Title:
Effective End DateDate at the end of the period within which the employee assignment is effective. -
EffectiveStartDate: string
(date)
Title:
Effective Start DateDate at the beginning of the period within which the employee assignment is effective. -
empreps: array
Employee Representatives
Title:
Employee RepresentativesThe empreps resource is a child of the assignments resource. It includes all employee representatives as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability. -
EndTime: string
Title:
End TimeMaximum Length:5Workday normal end time. -
Frequency: string
Title:
FrequencyMaximum Length:30Frequency of normal working hours such as week, month, year. Valid values are defined in the list FrequencyLOV. -
FullPartTime: string
Title:
Full Time or Part TimeMaximum Length:30Indicates whether the position the employee is hired for is full-time or part-time. Valid values are defined in the list FullPartTimeLOV. -
GradeId: integer
(int64)
Title:
Grade IDUnique identifier for the grade. Valid values are defined in the list GradeIdLOV. -
GradeLadderId: integer
(int64)
Title:
Grade Ladder IDUnique identifier for the grade ladder. -
JobId: integer
(int64)
Title:
Job IDUnique identifier for the job. Valid values are defined in the list JobIdLOV. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time of update of the employee assignment record. -
LegalEntityId: integer
(int64)
Title:
Legal Entity IDUnique identifier for the legal entity. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
LocationId: integer
(int64)
Title:
Location IDUnique identifier for the location. Valid values are defined in the list LocationIdLOV. -
ManagerAssignmentId: integer
(int64)
Title:
Manager Assignment IDIdentifier for the manager's assignment. -
ManagerId: integer
(int64)
Title:
Manager IDUnique identifier for a manager. Valid values are defined in the list ManagerIdLOV. -
ManagerType: string
Title:
TypeMaximum Length:30Role of the manager with regards to the overall organization structure. For example, functional, project leader, and so on. -
OriginalHireDate: string
(date)
Read Only:
trueOriginal date of hire for employment. -
PeopleGroup: string
People group represented as a concatenated value of all the related key flexfield segments.
-
peopleGroupKeyFlexfield: array
peopleGroupKeyFlexfield
-
PeriodOfServiceId: integer
(int64)
Title:
Period of Service IDPrimary key autogenerated by the application. -
PersonTypeId: integer
(int64)
Title:
Person Type IDUnique identifier for the person type. Valid values are defined in the list PersonTypeIdLOV. -
PositionId: integer
(int64)
Title:
Position IDUnique identifier for a position. Valid values are defined in the list PositionIdLOV. -
PrimaryAssignmentFlag: boolean
Title:
Primary AssignmentMaximum Length:30Default Value:falseIndicates whether the current assignment is the primary assignment. Valid values are Yes and No. -
PrimaryWorkRelationFlag: boolean
Title:
Primary Work RelationshipMaximum Length:30Indicates whether the current work relationship is primary. Valid values are Yes and No. -
PrimaryWorkTermsFlag: boolean
Title:
Primary Employment TermsMaximum Length:30Default Value:falseIndicates whether the current employment terms are primary. Valid values are Yes and No. -
ProbationPeriodEndDate: string
(date)
Title:
Probation End DateEnd date of the probation period. -
ProbationPeriodLength: number
Title:
Probation PeriodDuration of the probation period. -
ProbationPeriodUnitOfMeasure: string
Title:
Probation UnitMaximum Length:30Units for the probation period duration. Valid values are defined in the list QUALIFYING_UNITS. -
ProjectedStartDate: string
(date)
Title:
Projected Start DateProposed start date for the pending worker. -
ProposedPersonTypeId: string
Title:
Proposed Person TypeMaximum Length:30Unique identifier for the worker class. This value is valid only if the PersonTypeId is Pending Worker. It can be any of the employee or contingent worker types. Valid values are defined in the list ProposedPersonTypeIdLOV. -
RegularTemporary: string
Title:
Regular or TemporaryMaximum Length:30Indicates whether the position the employee is hired for is regular or temporary. Valid values are defined in the list RegularTemporaryLOV. -
SalaryAmount: number
Title:
Salary AmountSalary amount entered based on the salary frequency. -
SalaryBasisId: integer
(int64)
Identifier for the set of details linked to a worker's base pay. It identifies the payroll characteristics used to pay base earnings, the duration for which base pay is quoted, the factor used to annualize base pay, any components used to attribute base pay adjustments to different reasons, and any associated grade rate for salary validation. Valid values are defined in the list SalaryBasisIdLOV.
-
SalaryCode: string
Title:
Hourly Paid or SalariedMaximum Length:30Identifies whether the assignment is paid by the hour or by a salary. Either maintained at the assignment level or employment or placement terms but not both. Valid values are defined in the list SalaryCodeLOV. -
StartTime: string
Title:
Start TimeMaximum Length:5Workday normal start time. -
TermsEffectiveStartDate: string
(date)
Title:
Effective Start DateDate at the beginning of the period within which the employee term is effective. -
WorkerCategory: string
Title:
Worker CategoryMaximum Length:30Category of the worker such as Blue Collar, Civil Servant, and so on. Valid values are defined in the list WorkerCategoryLOV. -
WorkingAsManager: string
Title:
Working as a ManagerMaximum Length:30Indicates whether the person is a manager. Valid values are Yes and No. -
WorkingAtHome: string
Title:
Working at HomeMaximum Length:30Indicates whether the person is working at home. Valid values are Yes and No. -
WorkingHours: number
Title:
Working HoursNormal working hours. -
WorkTaxAddressId: integer
(int64)
Title:
Tax Address IDUnique identifier for the address that's used for taxation purposes. This can be different from a mailing address. Valid values are defined in the list WorkTaxAddressIdLOV.
Nested Schema : assignmentExtraInformation
Type:
Show Source
array-
Array of:
object Discriminator: CategoryCode
Discriminator:
{ "propertyName":"CategoryCode", "mapping":{ "PER_ASG_EIT":"#/components/schemas/oracle_apps_hcm_employment_core_flex_assignmentExtraInfoEFF_Category_view_j__CategoryPerAsgEitprivateVO-item-response" } }
Nested Schema : Employee Representatives
Type:
arrayTitle:
Employee RepresentativesThe empreps resource is a child of the assignments resource. It includes all employee representatives as of the specified date. By default, the current date is retained.
This resource is currently under controlled availability.
Show Source
This resource is currently under controlled availability.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-assignments-assignmentDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
AssignmentId: integer
(int64)
Title:
Assignment ID -
AssignmentType: string
Title:
Assignment TypeMaximum Length:30 -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveLatestChange: string
Title:
Effective Latest ChangeMaximum Length:30 -
EffectiveSequence: integer
(int32)
Title:
Effective Sequence -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
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 : 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 : Discriminator: CategoryCode
Type:
objectDiscriminator: CategoryCode
Discriminator Values
Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_assignmentExtraInfoEFF_Category_view_j__CategoryPerAsgEitprivateVO-item-response
Type:
Show Source
object-
AssignmentId: integer
(int64)
Title:
Assignment ID -
AssignmentType: string
Title:
Assignment TypeMaximum Length:30 -
CategoryCode: string
Title:
EFF ContextMaximum Length:80Default Value:PER_ASG_EIT -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveLatestChange: string
Title:
Effective Latest ChangeMaximum Length:30 -
EffectiveSequence: integer
(int32)
Title:
Effective Sequence -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
InformationORA_5FPER_5FRET_5FGRADEprivateVO: array
InformationORA_5FPER_5FRET_5FGRADEprivateVO
-
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 : emps-assignments-assignmentExtraInformation-InformationORA_5FPER_5FRET_5FGRADEprivateVO-item-response
Type:
Show Source
object-
AeiInformationCategory: string
Maximum Length:
30Default Value:ORA_PER_RET_GRADE -
AssignmentExtraInfoId: integer
(int64)
-
AssignmentId: integer
(int64)
-
BusinessGroupId: integer
(int64)
-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveLatestChange: string
Maximum Length:
30Default Value:Y -
EffectiveSequence: integer
(int32)
Default Value:
1 -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
endDate: string
(date)
Title:
End DateEnd Date -
frequency: string
Title:
Pay BasisMaximum Length:150Pay Basis -
grade: string
Title:
GradeMaximum Length:150Grade -
grade_Display: string
Title:
GradeGrade -
gradeLadder: string
Title:
Pay Table IDMaximum Length:150Pay Table ID -
gradeLadder_Display: string
Title:
Pay Table IDPay Table ID -
LastUpdateDate: string
(date-time)
Read Only:
true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
payPlan: string
Title:
Pay PlanMaximum Length:150Pay Plan -
primaryIndicator: string
Title:
Primary IndicatorMaximum Length:150Primary Indicator -
primaryIndicator_Display: string
Title:
Primary IndicatorPrimary Indicator -
startDate: string
(date)
Title:
Start DateStart Date -
step: string
Title:
StepMaximum Length:150Step -
step_Display: string
Title:
StepStep
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-assignments-empreps-item-response
Type:
Show Source
object-
AsgResponsibilityId: integer
(int64)
Read Only:
truePrimary key autogenerated by the application. -
AssignmentId: integer
(int64)
Title:
Assignment IDRead Only:trueInternal identifier for the assignment. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonId: integer
(int64)
Read Only:
trueInternal unique identifier for the person. -
ResponsibilityName: string
Read Only:
trueMaximum Length:240Name of an area of responsibility. -
ResponsibilityTypeCode: string
Title:
Lookup CodeRead Only:trueMaximum Length:30Identifier of the responsibility type for which this record holds the criteria. The value is validated against HCM_LOOKUPS with the lookup type PER_RESPONSIBILITY_TYPES. -
ResponsibilityTypeName: string
Title:
MeaningRead Only:trueMaximum Length:80Name of the responsibility type for which this record holds the criteria. For example, Benefits Representative.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-assignments-peopleGroupKeyFlexfield-item-response
Type:
Show Source
object-
_ID_FLEX_NUM: integer
(int64)
Read Only:
true -
_PEOPLE_GROUP_ID: integer
(int64)
Read Only:
true -
EnabledFlag: string
Read Only:
trueMaximum Length:1 -
EndDateActive: string
(date)
Read Only:
true -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
StartDateActive: string
(date)
Read Only:
true
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-directReports-item-response
Type:
Show Source
object-
EffectiveStartDate: string
(date)
Read Only:
trueDate at the beginning of the period within which the employee direct report is effective. -
FullName: string
Read Only:
trueMaximum Length:2000Full name of the manager. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ManagerId: integer
(int64)
Read Only:
trueInternal identifier for the manager. -
PersonId: integer
Read Only:
trueInternal unique identifier for the person.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-personDFF-item-response
Type:
Show Source
object-
__FLEX_Context: string
Title:
Context ValueMaximum Length:30Context Value -
__FLEX_Context_DisplayValue: string
Title:
Context ValueContext Value -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonId: integer
(int64)
Title:
Person ID
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : Discriminator: CategoryCode
Type:
objectDiscriminator: CategoryCode
Discriminator Values
Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personEITEFF_base_view_j__PersonExtraInformationPerEitprivateVO-item-response
Type:
Show Source
object-
CategoryCode: string
Maximum Length:
80Default Value:PER_EIT -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PersonExtraInformationContextHRX_5FCN_5FMILITARY_5FINFOprivateVO: array
PersonExtraInformationContextHRX_5FCN_5FMILITARY_5FINFOprivateVO
-
PersonExtraInformationContextHRX_5FCN_5FOTHER_5FEMPLOYEE_5FINFOprivateVO: array
PersonExtraInformationContextHRX_5FCN_5FOTHER_5FEMPLOYEE_5FINFOprivateVO
-
PersonExtraInformationContextHRX_5FCN_5FPERSONAL_5FFILE_5FINFOprivateVO: array
PersonExtraInformationContextHRX_5FCN_5FPERSONAL_5FFILE_5FINFOprivateVO
-
PersonExtraInformationContextHRX_5FCN_5FPERSONALITY_5FINFOprivateVO: array
PersonExtraInformationContextHRX_5FCN_5FPERSONALITY_5FINFOprivateVO
-
PersonExtraInformationContextHRX_5FCN_5FPOLITICAL_5FINFOprivateVO: array
PersonExtraInformationContextHRX_5FCN_5FPOLITICAL_5FINFOprivateVO
-
PersonExtraInformationContextHRX_5FIN_5FMISCELLANEOUSprivateVO: array
PersonExtraInformationContextHRX_5FIN_5FMISCELLANEOUSprivateVO
-
PersonExtraInformationContextHRX_5FIN_5FNOMINATIONprivateVO: array
PersonExtraInformationContextHRX_5FIN_5FNOMINATIONprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FCA_5FDESIGNATED_5FGROUPSprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FCA_5FDESIGNATED_5FGROUPSprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FFR_5FDISC_5FACTIONSprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FFR_5FDISC_5FACTIONSprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FFR_5FMED_5FEXAMprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FFR_5FMED_5FEXAMprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FFR_5FPERSO_5FREPprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FFR_5FPERSO_5FREPprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FINFOprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FINFOprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FQUAL_5FINFOprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FQUAL_5FINFOprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FIT_5FDISC_5FACTIONSprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FIT_5FDISC_5FACTIONSprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FIT_5FORG_5FROLEprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FIT_5FORG_5FROLEprivateVO
-
PersonExtraInformationContextORA_5FHRX_5FIT_5FTRADE_5FUNION_5FRELprivateVO: array
PersonExtraInformationContextORA_5FHRX_5FIT_5FTRADE_5FUNION_5FRELprivateVO
-
PersonExtraInformationContextORA_5FIRC_5FCONTINGENT_5FTALENT_5FINFOprivateVO: array
PersonExtraInformationContextORA_5FIRC_5FCONTINGENT_5FTALENT_5FINFOprivateVO
-
PersonId: integer
(int64)
Title:
Person ID
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FCN_5FMILITARY_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextHRX_5FCN_5FOTHER_5FEMPLOYEE_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextHRX_5FCN_5FPERSONAL_5FFILE_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextHRX_5FCN_5FPERSONALITY_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextHRX_5FCN_5FPOLITICAL_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextHRX_5FIN_5FMISCELLANEOUSprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FCA_5FDESIGNATED_5FGROUPSprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FFR_5FDISC_5FACTIONSprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FFR_5FMED_5FEXAMprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FFR_5FPERSO_5FREPprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FQUAL_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FIT_5FDISC_5FACTIONSprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FIT_5FORG_5FROLEprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FHRX_5FIT_5FTRADE_5FUNION_5FRELprivateVO
Type:
Show Source
arrayNested Schema : PersonExtraInformationContextORA_5FIRC_5FCONTINGENT_5FTALENT_5FINFOprivateVO
Type:
Show Source
arrayNested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextHRX_5FCN_5FMILITARY_5FINFOprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
demobilizationApprovalAuthorit: string
Title:
Demobilization Approval AuthorityMaximum Length:150Demobilization Approval Authority -
demobilizationApprovalDate: string
(date)
Title:
Demobilization Approval DateDemobilization Approval Date -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
enlistmentDate: string
(date)
Title:
Enlistment DateEnlistment Date -
enlistmentLocation: string
Title:
Enlistment LocationMaximum Length:150Enlistment Location -
jobPriorToDemobilization: string
Title:
Job Prior to DemobilizationMaximum Length:150Job Prior to Demobilization -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
militaryLevelPriorToDemobiliza: string
Title:
Military Level Prior to DemobilizationMaximum Length:150Military Level Prior to Demobilization -
militaryLevelPriorToDemobiliza_Display: string
Title:
Military Level Prior to DemobilizationMilitary Level Prior to Demobilization -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:HRX_CN_MILITARY_INFO -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
professionalTechnicalLevelPrio: string
Title:
Professional Technical Level Prior to DemobilizationMaximum Length:150Professional Technical Level Prior to Demobilization -
rankPriorToDemobilization: string
Title:
Rank Prior to DemobilizationMaximum Length:150Rank Prior to Demobilization -
rankPriorToDemobilization_Display: string
Title:
Rank Prior to DemobilizationRank Prior to Demobilization -
registeredForReserve: string
Title:
Registered for ReserveMaximum Length:150Registered for Reserve -
registeredForReserve_Display: string
Title:
Registered for ReserveRegistered for Reserve -
salaryGradePriorToDemobilizati: string
Title:
Salary Grade Prior to DemobilizationMaximum Length:150Salary Grade Prior to Demobilization
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextHRX_5FCN_5FOTHER_5FEMPLOYEE_5FINFOprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:HRX_CN_OTHER_EMPLOYEE_INFO -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
workingLifeStartDate: string
(date)
Title:
Working Life Start DateWorking Life Start Date
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextHRX_5FCN_5FPERSONAL_5FFILE_5FINFOprivateVO-item-response
Type:
Show Source
object-
archivedFormat: string
Title:
Archived FormatMaximum Length:150Archived Format -
archivedFormat_Display: string
Title:
Archived FormatArchived Format -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
fileNumber: string
Title:
File NumberMaximum Length:150File Number -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
originalCopyStorageLocation: string
Title:
Original Copy Storage LocationMaximum Length:150Original Copy Storage Location -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:HRX_CN_PERSONAL_FILE_INFO -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
secondaryCopyStorageLocation: string
Title:
Secondary Copy Storage LocationMaximum Length:150Secondary Copy Storage Location -
transferFromOrganization: string
Title:
Transfer From OrganizationMaximum Length:150Transfer From Organization -
transferInDate: string
(date)
Title:
Transfer In DateTransfer In Date -
transferOutDate: string
(date)
Title:
Transfer Out DateTransfer Out Date -
transferToOrganization: string
Title:
Transfer To OrganizationMaximum Length:150Transfer To Organization
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextHRX_5FCN_5FPERSONALITY_5FINFOprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:HRX_CN_PERSONALITY_INFO -
personalIdentity: string
Title:
Personal IdentityMaximum Length:150Personal Identity -
personalIdentity_Display: string
Title:
Personal IdentityPersonal Identity -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextHRX_5FCN_5FPOLITICAL_5FINFOprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
formalMembershipStartDate: string
(date)
Title:
Formal Membership Start DateFormal Membership Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
membershipAcquiredDate: string
(date)
Title:
Membership Acquired DateMembership Acquired Date -
membershipAcquiredLocation: string
Title:
Membership Acquired LocationMaximum Length:150Membership Acquired Location -
membershipAcquiredOrganization: string
Title:
Membership Acquired OrganizationMaximum Length:150Membership Acquired Organization -
membershipExceptionDate: string
(date)
Title:
Membership Exception DateMembership Exception Date -
membershipExceptionReason: string
Title:
Membership Exception ReasonMaximum Length:150Membership Exception Reason -
membershipExceptionType: string
Title:
Membership Exception TypeMaximum Length:150Membership Exception Type -
membershipExceptionType_Display: string
Title:
Membership Exception TypeMembership Exception Type -
membershipStatus: string
Title:
Membership StatusMaximum Length:150Membership Status -
membershipStatus_Display: string
Title:
Membership StatusMembership Status -
partyMemberProposer1: string
Title:
Party Member Proposer 1Maximum Length:150Party Member Proposer 1 -
partyMemberProposer2: string
Title:
Party Member Proposer 2Maximum Length:150Party Member Proposer 2 -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:HRX_CN_POLITICAL_INFO -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
politicalStatus: string
Title:
Political StatusMaximum Length:150Political Status -
politicalStatus_Display: string
Title:
Political StatusPolitical Status
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextHRX_5FIN_5FMISCELLANEOUSprivateVO-item-response
Type:
Show Source
object-
caste: string
Title:
Caste or TribeMaximum Length:150Caste or Tribe -
community: string
Title:
CommunityMaximum Length:150Community -
community_DisplayValue: string
Title:
CommunityCommunity -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
exServicePerson: string
Title:
Ex-Service PersonMaximum Length:150Ex-Service Person -
height: string
Title:
HeightMaximum Length:150Height -
isDirector: string
Title:
DirectorMaximum Length:150Director -
isDirector_Display: string
Title:
DirectorDirector -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
panApplied: string
Title:
PAN AppliedMaximum Length:150PAN Applied -
panReferenceNumber: string
Title:
PAN Acknowledgment NumberMaximum Length:150PAN Acknowledgment Number -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:HRX_IN_MISCELLANEOUS -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
referenceNumber: string
Title:
Reference NumberMaximum Length:150Reference Number -
residentialStatus: string
Title:
Residential StatusMaximum Length:150Residential Status -
residentialStatus_Display: string
Title:
Residential StatusResidential Status -
weight: integer
(int32)
Title:
WeightWeight
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextHRX_5FIN_5FNOMINATIONprivateVO-item-response
Type:
Show Source
object-
benefitType: string
Title:
Benefit TypeMaximum Length:150Benefit Type -
benefitType_Display: string
Title:
Benefit TypeBenefit Type -
contactPerson: string
Title:
Contact PersonMaximum Length:150Contact Person -
contactPerson_Display: string
Title:
Contact PersonContact Person -
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
nominationEndReason: string
Title:
Nomination End ReasonMaximum Length:150Nomination End Reason -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:HRX_IN_NOMINATION - percentShare: integer (int32)
-
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
sequenceNumber: integer
(int32)
Title:
Sequence NumberSequence Number
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FCA_5FDESIGNATED_5FGROUPSprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
oraHrxCaDgAboriginal: string
Title:
AboriginalMaximum Length:150Aboriginal -
oraHrxCaDgDisabled: string
Title:
DisabledMaximum Length:150Disabled -
oraHrxCaDgNodesgrp: string
Title:
No designated group providedMaximum Length:150No designated group provided -
oraHrxCaDgVisibleMinority: string
Title:
Visible MinorityMaximum Length:150Visible Minority -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_CA_DESIGNATED_GROUPS -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FFR_5FDISC_5FACTIONSprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
FrdateOfEvent: string
(date)
Title:
Date of EventDate of Event -
FrDiscComment: string
Title:
CommentMaximum Length:150Comment -
FrDiscEventAction: string
Title:
Disciplinary ActionMaximum Length:150Disciplinary Action -
FrDiscEventAction_Display: string
Title:
Disciplinary ActionDisciplinary Action -
FrEvent: string
Title:
EventMaximum Length:150Event -
FrEvent_Display: string
Title:
EventEvent -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_FR_DISC_ACTIONS -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FFR_5FMED_5FEXAMprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
examType: string
Title:
Exam TypeMaximum Length:150Exam Type -
examType_Display: string
Title:
Exam TypeExam Type -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
nextExamDate: string
(date)
Title:
Next Exam dateNext Exam date -
occupationalMedicineCenter: string
Title:
Occupational Medicine CenterMaximum Length:150Occupational Medicine Center -
occupationalMedicineCenter_Display: string
Title:
Occupational Medicine CenterOccupational Medicine Center -
oraHrxFrExam: string
(date)
Title:
Exam DateExam Date -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_FR_MED_EXAM -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FFR_5FPERSO_5FREPprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
delegationHours: integer
(int32)
Title:
Delegation HoursDelegation Hours -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
endDate: string
(date)
Title:
End DateEnd Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
mandateType: string
Title:
Mandate TypeMaximum Length:150Mandate Type -
mandateType_Display: string
Title:
Mandate TypeMandate Type -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_FR_PERSO_REP -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
startDate: string
(date)
Title:
Role Start DateRole Start Date
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FINFOprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OraHrxGbPsSwcEyts: string
Title:
Early Years Teacher StatusMaximum Length:150Early Years Teacher Status -
OraHrxGbPsSwcEyts_Display: string
Title:
Early Years Teacher StatusEarly Years Teacher Status -
OraHrxGbPsSwcHlta: string
Title:
Higher Level Teaching Assistant StatusMaximum Length:150Higher Level Teaching Assistant Status -
OraHrxGbPsSwcHlta_Display: string
Title:
Higher Level Teaching Assistant StatusHigher Level Teaching Assistant Status -
OraHrxGbPsSwcQtls: string
Title:
Qualified Teacher Learning and Skills StatusMaximum Length:150Qualified Teacher Learning and Skills Status -
OraHrxGbPsSwcQtls_Display: string
Title:
Qualified Teacher Learning and Skills StatusQualified Teacher Learning and Skills Status -
OraHrxGbPsSwcQts: string
Title:
Qualified Teacher StatusMaximum Length:150Qualified Teacher Status -
OraHrxGbPsSwcQts_Display: string
Title:
Qualified Teacher StatusQualified Teacher Status -
OraHrxGbPsSwcQualQtsRoute: string
Title:
QTS RouteMaximum Length:150QTS Route -
OraHrxGbPsSwcQualQtsRoute_Display: string
Title:
QTS RouteQTS Route -
OraHrxGbPsSwcSlt: string
Title:
Senior Leadership TeamMaximum Length:150Senior Leadership Team -
OraHrxGbPsSwcSlt_Display: string
Title:
Senior Leadership TeamSenior Leadership Team -
OraHrxGbSwcNqt: string
Title:
Newly Qualified TeacherMaximum Length:150Newly Qualified Teacher -
OraHrxGbSwcNqt_Display: string
Title:
Newly Qualified TeacherNewly Qualified Teacher -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_GB_SWC_INFO -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FQUAL_5FINFOprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
OraHrxGbPsSwcClassOfDeg: string
Title:
Class of DegreeMaximum Length:150Class of Degree -
OraHrxGbPsSwcClassOfDeg_Display: string
Title:
Class of DegreeClass of Degree -
OraHrxGbPsSwcQualCode: string
Title:
Qualification CodeMaximum Length:150Qualification Code -
OraHrxGbPsSwcQualCode_Display: string
Title:
Qualification CodeQualification Code -
OraHrxGbPsSwcSubj1: string
Title:
Qualification Subject 1Maximum Length:150Qualification Subject 1 -
OraHrxGbPsSwcSubj1_Display: string
Title:
Qualification Subject 1Qualification Subject 1 -
OraHrxGbPsSwcSubj2: string
Title:
Qualification Subject 2Maximum Length:150Qualification Subject 2 -
OraHrxGbPsSwcSubj2_Display: string
Title:
Qualification Subject 2Qualification Subject 2 -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_GB_SWC_QUAL_INFO -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FIT_5FDISC_5FACTIONSprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
ItDiscEvent: string
Title:
EventMaximum Length:150Event -
ItDiscEvent_Display: string
Title:
EventEvent -
ItDiscEventAction: string
Title:
Disciplinary ActionMaximum Length:150Disciplinary Action -
ItDiscEventAction_Display: string
Title:
Disciplinary ActionDisciplinary Action -
ItDiscEventDate: string
(date)
Title:
Date of EventDate of Event -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_IT_DISC_ACTIONS -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FIT_5FORG_5FROLEprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
ItOrgRole: string
Title:
RoleMaximum Length:150Role -
ItOrgRole_Display: string
Title:
RoleRole -
ItOrgRoleStartDate: string
(date)
Title:
Role Start DateRole Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_IT_ORG_ROLE -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FHRX_5FIT_5FTRADE_5FUNION_5FRELprivateVO-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Read Only:
true -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
ItEnrolEndDate: string
(date)
Title:
Enrollment End DateEnrollment End Date -
ItEnrolStartDate: string
(date)
Title:
Enrollment Start DateEnrollment Start Date -
ItTradeUnionName: number
Title:
Trade Union NameTrade Union Name -
ItTradeUnionName_Display: string
Title:
Trade Union NameTrade Union Name -
ItTradeUnionRel: string
Title:
Trade Union RelationshipMaximum Length:150Trade Union Relationship -
ItTradeUnionRel_Display: string
Title:
Trade Union RelationshipTrade Union Relationship -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_HRX_IT_TRADE_UNION_REL -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : recruitingCandidateExtraInformation-jPersonExtraInformation-PersonExtraInformationContextORA_5FIRC_5FCONTINGENT_5FTALENT_5FINFOprivateVO-item-response
Type:
Show Source
object-
agencyprofileurl: string
Title:
Profile URL from AgencyMaximum Length:150Profile URL from Agency -
bidcomment: string
Title:
CommentMaximum Length:150Comment -
bidcurrency: string
Title:
CurrencyMaximum Length:150Currency -
bidrate: number
Title:
Hourly RateHourly Rate -
CreationDate: string
(date-time)
Read Only:
true -
displayrate: string
Title:
Display RateMaximum Length:150Display Rate -
EffectiveEndDate: string
(date)
Title:
Effective End Date -
EffectiveStartDate: string
(date)
Title:
Effective Start Date -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:true -
LastUpdatedBy: string
Title:
Last Updated ByRead Only:trueMaximum Length:64 -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
PeiAttributeCategory: string
Maximum Length:
30 -
PeiInformationCategory: string
Maximum Length:
30Default Value:ORA_IRC_CONTINGENT_TALENT_INFO -
PersonExtraInfoId: integer
(int64)
-
PersonId: integer
(int64)
-
previoussubmissionid: string
Title:
Previous SubmissionMaximum Length:150Previous Submission
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-photo-item-response
Type:
Show Source
object-
Image: string
(byte)
Title:
ImageUnique location of the image. Encrypted version of the file. -
ImageId: integer
(int64)
Title:
Photo IDPrimary key autogenerated by the application. -
ImageName: string
Title:
Photo NameMaximum Length:240Name of the image. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
ObjectVersionNumber: integer
(int32)
Used to implement optimistic locking. This number is incremented every time a row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
-
PersonId: integer
(int64)
Person associated with the image. Foreign key to PER_ALL_PEOPLE_F.
-
PrimaryFlag: boolean
Title:
PrimaryMaximum Length:30Default Value:falseIndicates whether the image is primary.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-roles-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Date and time of creation of the employee role record.
-
EndDate: string
(date)
End date of the role.
-
LastUpdateDate: string
(date-time)
Date and time of update of the employee role record.
-
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
RoleCommonName: string
Maximum Length:
4000Short name of the role. -
RoleGUID: string
Maximum Length:
64Globally unique identifier for the role record in Oracle Cloud. Valid values are defined in the list RoleGUIDLOV. -
RoleName: string
Maximum Length:
4000Name of the role. -
StartDate: string
(date)
Start date of the role.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Nested Schema : emps-visas-item-response
Type:
Show Source
object-
CreationDate: string
(date-time)
Title:
Creation DateRead Only:trueDate and time of creation of the employee visa record. -
LastUpdateDate: string
(date-time)
Title:
Last Updated DateRead Only:trueDate and time of update of the employee visa record. -
links: array
Links
Title:
LinksThe link relations associated with the resource instance. -
VisaPermitCountry: string
Title:
Issuing CountryMaximum Length:30Country for which visa or permit is valid. Valid values are defined in the list IssuingCountryLOV. -
VisaPermitExpiration: string
(date)
Title:
Expiration DateExpiration date of visa or permit. -
VisaPermitId: integer
(int64)
Title:
Visa Permit IDPrimary key autogenerated by the application. -
VisaPermitNumber: string
Title:
NumberMaximum Length:30Visa or permit number. -
VisaPermitType: string
Title:
TypeMaximum Length:30Visa or permit type. Valid values are defined in the list VisaPermitTypeLOV.
Nested Schema : Links
Type:
arrayTitle:
LinksThe link relations associated with the resource instance.
Show Source
Examples
The following example shows how to retrieve all employees by submitting a GET request on the REST resource using cURL.
curl -i -u "<username>:<password>" -X GET https://<host>:<port>/hcmRestApi/resources/11.13.18.05/emps/
Example of Response Header
The following shows an example of the response header.
Status: HTTP/1.1 200 OK Content-Type: application/json
Example of Response Body
The following example shows the contents of the response body in JSON format.
{
"items": [25]
0: {
"Salutation" : "MS.",
"FirstName" : "Miranda",
"MiddleName" : "Kyle",
"LastName" : "Rachell",
"PreviousLastName" : null,
"NameSuffix" : "Jr.",
"DisplayName" : "Miranda Rachell",
"PreferredName" : null,
"Honors" : null,
"CorrespondenceLanguage" : null,
"PersonNumber" : "955160008184100",
"WorkPhoneCountryCode" : "1",
"WorkPhoneAreaCode" : "1",
"WorkPhoneNumber" : "781-993-0000",
"WorkPhoneExtension" : null,
"WorkFaxCountryCode" : null,
"WorkFaxAreaCode" : null,
"WorkFaxNumber" : null,
"WorkFaxExtension" : null,
"WorkMobilePhoneCountryCode" : "1",
"WorkMobilePhoneAreaCode" : "1",
"WorkMobilePhoneNumber" : "581-993-0000",
"WorkMobilePhoneExtension" : null,
"HomePhoneCountryCode" : "1",
"HomePhoneAreaCode" : "1",
"HomePhoneNumber" : "122993333",
"HomePhoneExtension" : null,
"HomeFaxCountryCode" : "1",
"HomeFaxAreaCode" : "1",
"HomeFaxNumber" : "1111663",
"HomeFaxExtension" : null,
"WorkEmail" : "miranda.kyle@oracle.com",
"AddressLine1" : "Oracle Corporation,
"AddressLine2" : "500 Oracle Parkway",
"AddressLine3" : null,
"City" : "San Francisco",
"Region" : "California",
"Region2" : null,
"Country" : "US",
"PostalCode" : "94065",
"DateOfBirth" : "1990-09-09",
"Ethnicity" : "8",
"LegalEntityId" : 300100003448002,
"HireDate" : "2016-04-13",
"TerminationDate" : null,
"Gender" : "F",
"MaritalStatus" : "S",
"NationalIdType" : "SSN",
"NationalId" : "554-44-3025",
"NationalIdCountry" : "US",
"NationalIdExpirationDate" : "4712-12-31",
"PersonId" : 300100083933129,
"EffectiveStartDate" : "2016-04-13",
"UserName" : "rachell",
"CitizenshipId" : 300100083933141,
"CitizenshipStatus" : "A",
"CitizenshipLegislationCode" : "US",
"CitizenshipToDate" : null,
"Religion" : "CHRISTIAN",
"ReligionId" : 300100083933142,
"PassportIssueDate" : "2002-12-31",
"PassportNumber" : "11557799",
"PassportId" : 300100083933144,
"PassportExpirationDate" : null,
"LicenseNumber" : "9955500858",
"DriversLicenseId" : 300100083933143,
"MilitaryVetStatus" : null,
"CreationDate" : "2016-04-13T21:44:24-07:00",
"LastUpdateDate" : "2016-04-13T21:44:25-07:00",
"assignments" : [ {
"AssignmentName" : "Rachell_Assignment_1",
"PersonTypeId" : 13,
"ProposedPersonTypeId" : null,
"ProjectedStartDate" : null,
"BusinessUnitId" : 202,
"LocationId" : null,
"JobId" : 18,
"GradeId" : null,
"DepartmentId" : null,
"WorkerCategory" : "WC",
"AssignmentCategory" : "FR",
"WorkingAtHome" : "N",
"WorkingAsManager" : "N",
"SalaryCode" : "H",
"WorkingHours" : 12,
"Frequency" : "D",
"StartTime" : null,
"EndTime" : null,
"SalaryAmount" : 100000,
"SalaryBasisId" : 100010024999994,
"ActionCode" : "HIRE",
"ActionReasonCode" : "NEWHIRE",
"AssignmentStatus" : "ACTIVE",
"WorkTaxAddressId" : 300100011952957,
"AssignmentId" : 300100083933157,
"EffectiveStartDate" : "2016-04-13",
"EffectiveEndDate" : "4712-12-31",
"PositionId" : null,
"TermsEffectiveStartDate" : "2016-04-13",
"ManagerAssignmentId" : 389,
"ManagerId" : 383,
"ManagerType" : "LINE_MANAGER",
"AssignmentNumber" : "E955160008184100",
"PeriodOfServiceId" : 300100083933149,
"OriginalHireDate" : null,
"PrimaryAssignmentFlag" : true,
"ProbationPeriodEndDate" : null,
"ProbationPeriodLength" : null,
"ProbationPeriodUnitOfMeasure" : null,
"AssignmentProjectedEndDate" : null,
"ActualTerminationDate" : null,
"LegalEntityId" : 300100003448002,
"PrimaryWorkRelationFlag" : true,
"PrimaryWorkTermsFlag" : false,
"CreationDate" : "2016-04-13T21:44:25-07:00",
"LastUpdateDate" : "2016-04-13T21:44:26-07:00",
"links":[18]
0: {...
...}
}
1: {
"Salutation" : "MR.",
"FirstName" : "Jocob",
"MiddleName" : "Samual",
"LastName" : "George",
"PreviousLastName" : null,
"NameSuffix" : "Sr.",
"DisplayName" : "Jocob George",
"PreferredName" : null,
"Honors" : null,
"CorrespondenceLanguage" : null,
"PersonNumber" : "955160008184099",
"WorkPhoneCountryCode" : "1",
"WorkPhoneAreaCode" : "1",
"WorkPhoneNumber" : "781-993-0000",
"WorkPhoneExtension" : null,
"WorkFaxCountryCode" : null,
"WorkFaxAreaCode" : null,
"WorkFaxNumber" : null,
"WorkFaxExtension" : null,
"WorkMobilePhoneCountryCode" : "1",
"WorkMobilePhoneAreaCode" : "1",
"WorkMobilePhoneNumber" : "581-993-0000",
"WorkMobilePhoneExtension" : null,
"HomePhoneCountryCode" : "1",
"HomePhoneAreaCode" : "1",
"HomePhoneNumber" : "122993333",
"HomePhoneExtension" : null,
"HomeFaxCountryCode" : "1",
"HomeFaxAreaCode" : "1",
"HomeFaxNumber" : "1111663",
"HomeFaxExtension" : null,
"WorkEmail" : "samual.george@oracle.com",
"AddressLine1" : "8 VDG",
"AddressLine2" : null,
"AddressLine3" : null,
"City" : "Terminal Annex",
"Region" : "Denver",
"Region2" : "Colorado",
"Country" : "US",
"PostalCode" : "80248",
"DateOfBirth" : "1990-09-09",
"Ethnicity" : "1",
"LegalEntityId" : 40010,
"HireDate" : "2016-04-13",
"TerminationDate" : null,
"Gender" : "M",
"MaritalStatus" : "M",
"NationalIdType" : "SSN",
"NationalId" : "554-44-3021",
"NationalIdCountry" : "US",
"NationalIdExpirationDate" : "4712-12-31",
"PersonId" : 300100083931662,
"EffectiveStartDate" : "2016-04-13",
"UserName" : "samual",
"CitizenshipId" : 300100083931674,
"CitizenshipStatus" : "A",
"CitizenshipLegislationCode" : "US",
"CitizenshipToDate" : null,
"Religion" : "CHRISTIAN",
"ReligionId" : 300100083931675,
"PassportIssueDate" : "2002-12-31",
"PassportNumber" : "11557799",
"PassportId" : 300100083931677,
"PassportExpirationDate" : null,
"LicenseNumber" : "9955500858",
"DriversLicenseId" : 300100083931676,
"MilitaryVetStatus" : null,
"CreationDate" : "2016-04-13T21:42:07-07:00",
"LastUpdateDate" : "2016-04-13T21:42:09-07:00",
"assignments" : [ {
"AssignmentName" : "Jocob_Assignment_1",
"PersonTypeId" : 13,
"ProposedPersonTypeId" : null,
"ProjectedStartDate" : null,
"BusinessUnitId" : 202,
"LocationId" : null,
"JobId" : 11,
"GradeId" : null,
"DepartmentId" : null,
"WorkerCategory" : "WC",
"AssignmentCategory" : "FR",
"WorkingAtHome" : "N",
"WorkingAsManager" : "N",
"SalaryCode" : "H",
"WorkingHours" : 12,
"Frequency" : "D",
"StartTime" : null,
"EndTime" : null,
"SalaryAmount" : 100000,
"SalaryBasisId" : 100010024999994,
"ActionCode" : "HIRE",
"ActionReasonCode" : "NEWHIRE",
"AssignmentStatus" : "ACTIVE",
"WorkTaxAddressId" : 300100011952957,
"AssignmentId" : 300100083931690,
"EffectiveStartDate" : "2016-04-13",
"EffectiveEndDate" : "4712-12-31",
"PositionId" : null,
"TermsEffectiveStartDate" : "2016-04-13",
"ManagerAssignmentId" : 389,
"ManagerId" : 383,
"ManagerType" : "LINE_MANAGER",
"AssignmentNumber" : "E955160008184099",
"PeriodOfServiceId" : 300100083931682,
"OriginalHireDate" : null,
"PrimaryAssignmentFlag" : true,
"ProbationPeriodEndDate" : null,
"ProbationPeriodLength" : null,
"ProbationPeriodUnitOfMeasure" : null,
"AssignmentProjectedEndDate" : null,
"ActualTerminationDate" : null,
"LegalEntityId" : 40010,
"PrimaryWorkRelationFlag" : true,
"PrimaryWorkTermsFlag" : false,
"CreationDate" : "2016-04-13T21:42:08-07:00",
"LastUpdateDate" : "2016-04-13T21:42:10-07:00",
"links" : [8]
0: {...
...}
...}
}