Get all workers

get

/hcmRestApi/resources/11.13.18.05/workers

Request

Query Parameters
  • 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
  • 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).
  • 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
  • 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 the workers that match the specified primary key criteria.
      Finder Variables:
      • PersonId; integer; Surrogate identifier for the worker.
    • findByPersonId: Finds all the workers that match the specified person identifier.
      Finder Variables:
      • PersonId; integer; Internal identifier for the person.
      • SysEffectiveDate; object.
    • findReports: Finds reports of a worker that match the specified criteria.
      Finder Variables:
      • AssignmentId; integer; Surrogate identifier for the worker assignment.
      • AssignmentName; string; Business title of the worker assignment.
      • AssignmentNumber; string; Unique identifier for the assignment.
      • DirectReportsFlag; string; Indicates whether only direct reports should be retrieved. Valid values are true and false.
      • LineManagerFlag; string; Indicates whether reports with only managerial relationship such as line manager should be retrieved. Valid values are true and false.
      • PersonId; integer; Internal identifier for the person.
      • PersonNumber; string; Number assigned to a person to identify the person uniquely. Does not depend on the person type such as employee, contingent worker, and so on.
      • PrimaryAssignmentFlag; string; Indicates whether the current assignment is primary for the work relationship. Valid values are true and false.
      • RelationshipType; string; Type of managerial relationship with the report such as line manager.
      • SysEffectiveDate; object.
      • WorkerType; string; Worker type for the period of service such as Employee (E), Contingent Worker (C), Pending Worker (P), or Non-worker (N). Valid values are defined in the commonLookupsLOV.
  • 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.
  • 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
  • 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.
  • The resource item payload will be filtered in order to contain only data (no links section, for example).
  • 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
  • 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:
    • EmailAddressId; integer
    • __FLEX_Context; string; Descriptive flexfield for email.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ReligionId; integer
    • __FLEX_Context; string; Descriptive flexfield for religions.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AssignGradeStepId; integer; Surrogate identifier for the assignment grade step record.
    • CreatedBy; string
    • CreationDate; string
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • GradeStepId; integer; Surrogate identifier for the grade step.
    • GradeStepName; string; Name of the grade step. Valid values are defined in the gradeStepNamesLOV.
    • LastUpdateDate; string
    • LastUpdatedBy; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • PhotoName; string; Name of the image file.
    • PhotoType; string; Type of photo such as Profile or Cover. Valid values are defined in the commonLookupsLOV.
    • PrimaryFlag; boolean; Indicates whether the image is primary.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ExpirationDate; string; Expiration date of the passport.
    • IssuingCountry; string; Country in which the passport was issued. Valid values are defined in the hcmCountriesLov.
    • IssuingCountryName; string
    • PassportId; integer
    • PassportNumber; string; Passport number of the person.
    • PassportType; string; Type or category of the passport. Valid values are defined in the commonLookupsLOV.
    • PassportTypeMeaning; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AsgResponsibilityId; integer
    • AssignmentId; integer
    • AssignmentName; string
    • AssignmentNumber; string
    • DisplayName; string
    • PersonId; integer
    • PersonNumber; string
    • ResponsibilityName; string
    • ResponsibilityType; string
    • Usage; string
    • WorkContactsFlag; boolean


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • EffectiveEndDate; string; Descriptive flexfield for address.
    • EffectiveStartDate; string; Descriptive flexfield for address.
    • PersonAddrUsageId; integer
    • __FLEX_Context; string; Descriptive flexfield for address.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ImageId; integer
    • __FLEX_Context; string; Descriptive flexfield for photos.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • DeliveryMethodId; integer
    • __FLEX_Context; string; Descriptive flexfield for other communication accounts.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AddressId; integer; Surrogate identifier for the address record.
    • AddressType; string; Type of address. Valid values are defined in the commonLookupsLOV.
    • AddressTypeMeaning; string
    • Building; string; Building information associated with the address.
    • Country; string; Country in which the address is located. Valid values are defined in the hcmCountriesLov.
    • CountryName; string
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • FloorNumber; string; Floor number associated with the building.
    • Latitude; number; Distance between the equator and an address located to its north or south, expressed in degrees and minutes.
    • LongPostalCode; string; Long postal code of the primary mail address.
    • Longitude; number; Distance between the prime meridian and an address located to its east or west, expressed in degrees and minutes.
    • PersonAddrUsageId; integer
    • PostalCode; string; Postal code of the primary mail address.
    • PrimaryFlag; boolean; Indicates whether the address is the primary mailing address.
    • Provider; string; Company that has validated the address.
    • Region1; string; Primary region in which the address is located.
    • Region2; string; Secondary region within the primary region.
    • Region3; string; Additional secondary region within the primary region.
    • TownOrCity; string; Town or city in which the address is located.
    • ValidationStatusCode; string; Level of accuracy of an address, as determined by an address provider.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • Ethnicity; string; Person's ethnicity. Valid values are defined in the commonLookupsLOV.
    • EthnicityId; integer
    • EthnicityMeaning; string
    • LegislationCode; string; Legislation code of the ethnicity. Valid values are defined in the hcmCountriesLov.
    • LegislationName; string
    • PrimaryFlag; boolean; Indicates whether the ethnicity is the primary ethnicity record for the person.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • CreationDate; string
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • LastUpdateDate; string
    • ManagerAssignmentId; integer; Surrogate identifier for the assignment supervisor.
    • ManagerAssignmentNumber; string; Assignment number of the supervisor.
    • ManagerType; string; Role the supervisor has with regards to the overall organization structure such as functional, project leader, and so on. Valid values are defined in the commonLookupsLOV.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • DisplayName; string
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • FirstName; string; Person's first name.
    • FullName; string
    • Honors; string; Higher qualification appended to a person's name such as PhD.
    • KnownAs; string; Person's preferred name.
    • LastName; string; Person's last name.
    • LegislationCode; string; Legislation code. Valid values are defined in the hcmCountriesLov.
    • LegislationName; string
    • ListName; string
    • LocalCreatedBy; string
    • LocalCreationDate; string
    • LocalDisplayName; string
    • LocalEffectiveEndDate; string; End date of the date-effective changes to the record.
    • LocalEffectiveStartDate; string; Start date of the date-effective changes to the record.
    • LocalFirstName; string; Person's first name in local language.
    • LocalFullName; string
    • LocalHonors; string; Higher qualification appended to a person's name such as PhD in local language.
    • LocalKnownAs; string; Person's preferred name in local language.
    • LocalLastName; string; Person's last name in local language.
    • LocalLastUpdateDate; string
    • LocalLastUpdatedBy; string
    • LocalLegislationCode; string; Legislation code of the local language. Valid values are defined in the hcmCountriesLov.
    • LocalLegislationName; string
    • LocalListName; string
    • LocalMiddleNames; string; Person's middle name in local language.
    • LocalMilitaryRank; string; Person's military rank in local language.
    • LocalNameInformation1; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation10; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation11; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation12; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation13; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation14; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation15; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation16; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation17; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation18; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation19; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation2; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation20; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation21; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation22; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation23; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation24; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation25; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation26; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation27; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation28; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation29; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation3; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation30; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation4; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation5; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation6; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation7; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation8; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameInformation9; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • LocalNameLanguage; string; Local language of the name. This is not required for global names. If you're creating a local name, you must provide the language code.
    • LocalNameLanguageMeaning; string
    • LocalOrderName; string
    • LocalPersonNameId; integer; Surrogate identifier for the local name record.
    • LocalPreNameAdjunct; string; Part of the name added before a person's first name in local language.
    • LocalPreviousLastName; string; Person's previous last name in local language.
    • LocalSuffix; string; Part of the name appended to a person's last name such as Jr., III, and so on, in local language.
    • LocalTitle; string; Person's salutation such as Mr., Ms., and so on in local language. Valid values are defined in the commonLookupsLOV.
    • LocalTitleMeaning; string
    • MiddleNames; string; Person's middle name.
    • MilitaryRank; string; Person's military rank.
    • NameInformation1; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation10; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation11; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation12; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation13; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation14; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation15; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation16; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation17; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation18; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation19; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation2; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation20; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation21; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation22; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation23; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation24; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation25; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation26; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation27; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation28; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation29; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation3; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation30; string; Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
    • NameInformation4; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation5; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation6; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation7; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation8; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameInformation9; string; Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
    • NameLanguage; string
    • NameLanguageMeaning; string
    • OrderName; string
    • PersonNameId; integer
    • PreNameAdjunct; string; Part of the name added before a person's first name.
    • PreviousLastName; string; Person's previous last name.
    • Suffix; string; Part of the name appended to a person's last name such as Jr., III, and so on.
    • Title; string; Person salutation such as Mr., Ms., and so on. Valid values are defined in the commonLookupsLOV.
    • TitleMeaning; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • EffectiveEndDate; string; Descriptive flexfield for legislative information.
    • EffectiveStartDate; string; Descriptive flexfield for legislative information.
    • PersonLegislativeId; integer
    • __FLEX_Context; string; Descriptive flexfield for legislative information.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • EffectiveEndDate; string; Descriptive flexfield for visa permits.
    • EffectiveStartDate; string; Descriptive flexfield for visa permits.
    • VisaPermitId; integer
    • __FLEX_Context; string; Descriptive flexfield for visa permits.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • LegalEmployerName; string; Name of the legal employer for the work relationship.
    • LegalEntityId; integer; Unique identifier for the legal entity of the work relationship.
    • LegislationCode; string
    • PeriodOfServiceId; integer
    • PrimaryFlag; boolean; Indicates whether the work relationship is the primary work relationship for the worker. Valid values are Yes and No.
    • ProjectedTerminationDate; string; Projected last date of employment for the period of service.
    • ReadyToConvertFlag; boolean; Indicates whether the pending worker is ready to be converted to the proposed worker type.
    • StartDate; string; Start date of the period of employment.
    • TerminationDate; string
    • WorkerType; string; Worker type for the period of service such as Employee (E), Contingent Worker (C), Pending Worker (P), or Non-worker (N). Valid values are defined in the commonLookupsLOV.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • PersonId; integer
    • __FLEX_Context; string; Descriptive flexfield for workers.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AreaCode; string; Area code of the phone number.
    • CountryCodeNumber; string; Country code of the phone number. Valid values are defined in the hcmCountriesLov.
    • Extension; string; Extension number for the phone.
    • LegislationCode; string; Phone legislation code.
    • LegislationName; string
    • PhoneId; integer
    • PhoneNumber; string; Phone number of various phone types such as Work, Home, and so on.
    • PhoneType; string; Type of phone such as Work, Home, and so on. Valid values are defined in the commonLookupsLOV.
    • PhoneTypeMeaning; string
    • PrimaryFlag; boolean; Indicates whether the phone number is the primary phone of the worker.
    • ToDate; string; Date until when the phone number is valid.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • FromDate; string; Date from when the message is effective.
    • MessageContent; string; Content of the message notification.
    • MessageId; integer
    • ToDate; string; Date until when the message is effective.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • EmailAddress; string; Email address of the person.
    • EmailAddressId; integer
    • EmailType; string; Type of email such as work, personal, and so on. Valid values are defined in the commonLookupsLOV.
    • EmailTypeMeaning; string
    • PrimaryFlag; boolean; Indicates whether the email is the person's primary email.
    • ToDate; string; Date until when the email address is valid.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ApplicantNumber; string; Applicant number in the external application.
    • BloodTypeMeaning; string
    • CorrLanguageMeaning; string
    • CountryOfBirthName; string
    • DateOfBirth; string; Date of birth of the person.
    • DisplayName; string
    • FullName; string
    • ListName; string
    • PersonId; integer; Surrogate identifier for the person.
    • PersonNumber; string; Number assigned to a person to identify the person uniquely. Does not depend on the person type such as employee, contingent worker, and so on.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AccommodationRequest; string; Request for accomodation.
    • Category; string; Category of the disability such as Physical or Intellectual.
    • CreatedBy; string
    • CreationDate; string
    • Degree; number; Extent to which the disability impacts the person's abilities.
    • Description; string; Description of the person's disability.
    • DisabilityCode; string; Code for the disability.
    • DisabilityId; integer; Surrogate identifier for the disability of a worker.
    • DisclosureDate; string; Date on which the disability has been disclosed by the worker. Used explicitly for the Japanese, United Kingdom, and United States legislation.
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • LastUpdateDate; string
    • LastUpdatedBy; string
    • LegislationCode; string; Legislation code for the disability. Valid values are defined in the hcmCountriesLov.
    • OrganizationId; integer; Unique identifier of the organization.
    • OrganizationName; string; Organization name to which the disability is registered.
    • QuotaFTE; number; Person's full time equivalency.
    • Reason; string; Reason for the person's disability.
    • RegistrationDate; string; Date on which the disability was registered with the disability organization.
    • RegistrationExpDate; string; Expiration date of the disability registration.
    • RegistrationId; string; Identification detail given to the person by the disability organization.
    • SelfDisclosedType; string; Type of disability disclosed by the worker. Used explicitly for the Japanese, United Kingdom, and United States legislation.
    • Status; string; Status of the person's disability.
    • WorkRestriction; string; Details of any work restrictions due to the disability.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AssignmentId; integer
    • AssignmentName; string
    • AssignmentNumber; string
    • DisplayName; string
    • Level; integer
    • PersonId; integer
    • PersonNumber; string
    • RelationshipType; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AssignmentId; integer
    • AssignmentType; string
    • EffectiveEndDate; string; Descriptive flexfield for assignments.
    • EffectiveLatestChange; string; Descriptive flexfield for assignments.
    • EffectiveSequence; integer; Descriptive flexfield for assignments.
    • EffectiveStartDate; string; Descriptive flexfield for assignments.
    • __FLEX_Context; string; Descriptive flexfield for assignments.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • LegislationCode; string; Religion legislation code. Valid values are defined in the hcmCountriesLov.
    • LegislationName; string
    • PrimaryFlag; boolean; Indicates whether the religion is the person's primary religion for this legislation.
    • Religion; string; Religion of the person. Valid values are defined in the commonLookupsLOV.
    • ReligionId; integer
    • ReligionMeaning; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ContractId; integer
    • EffectiveEndDate; string; Descriptive flexfield for contracts.
    • EffectiveStartDate; string; Descriptive flexfield for contracts.
    • __FLEX_Context; string; Descriptive flexfield for contracts.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • NationalIdentifierId; integer
    • __FLEX_Context; string; Descriptive flexfield for national identifier.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • DriversLicenseId; integer
    • IssuingCountry; string; Country in which the driver's license was issued. Valid values are defined in the hcmCountriesLov.
    • IssuingCountryName; string
    • LicenseNumber; string; Driver's license number.
    • LicenseSuspendedFlag; boolean; Indicates whether the driver's license is suspended.
    • LicenseType; string; Type of license. Valid values are defined in the commonLookupsLOV.
    • LicenseTypeMeaning; string
    • SuspendedFromDate; string; Start date of suspension period, if any.
    • SuspendedToDate; string; End date of suspension period, if any.
    • ToDate; string; Date until when the the driver's license is valid.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • PeriodOfServiceId; integer
    • __FLEX_Context; string; Descriptive flexfield for work relationships.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ActionCode; string; Action being performed for this assignment, such as, Hire, Add Pending Worker, Manager Change and so on. Valid values are defined in the actionsLOV.
    • AssignmentCategory; string; User-defined category for the assignment such as full-time, permanent, and so on. Valid values are defined in the commonLookupsLOV.
    • AssignmentId; integer
    • AssignmentName; string; Business title of the worker assignment.
    • AssignmentNumber; string; Unique identifier for the assignment.
    • AssignmentStatusType; string
    • AssignmentType; string
    • BargainingUnitCode; string; Code for the bargaining unit.
    • BusinessUnitId; integer; Unique identifier for the business unit of the assignment.
    • BusinessUnitName; string; Name of the business unit for the worker assignment. Valid values are defined in the hcmBusinesUnitsLOV.
    • CollectiveAgreementId; integer; Surrogate identifier for the collective agreement.
    • CollectiveAgreementName; string; Name for the collective agreement. Valid values are defined in the collectiveAgreementsLov.
    • ContractId; integer; Surrogate identifier for the contract.
    • ContractNumber; string; Number of the contract.
    • DefaultExpenseAccount; string; Default expense account of the assignment. If the expense account is configured with multiple segments, then provide the concatenated value. Separate the values using the separator configured for the expense account.
    • DepartmentId; integer; Unique identifier for the worker's department.
    • DepartmentName; string; Name of the department for the worker assignment. Valid values are defined in the departmentsLov.
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveLatestChange; string; Set to Y if this is the last change on the effective start date. Otherwise, set to N.
    • EffectiveSequence; integer; Sequence number of the change on the effective start date. For the first change on the effective start date, set this value to 1. For incremental changes, leave this value blank to generate the next number in the sequence.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • FullPartTime; string; Indicates whether the worker works full-time or part-time. Valid values are defined in the commonLookupsLOV.
    • GradeCode; string; Code of the assignment grade. Valid values are defined in the gradesLov.
    • GradeId; integer; Unique identifier for the worker's grade.
    • GradeLadderId; integer; Unique identifier for the grade ladder used for benefits.
    • GradeLadderName; string; Name of the grade ladder used for benefits. Valid values are defined in the gradeLaddersLov.
    • GradeStepEligibilityFlag; boolean; Indicates whether the assignment is eligible for grade-step progression. Valid values are true or false.
    • HourlySalariedCode; 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 commonLookupsLOV.
    • JobCode; string; Code for the worker's job. Valid values are defined in the jobsLov.
    • JobId; integer; Unique identifier for the worker's job.
    • LabourUnionMemberFlag; boolean; Indicates whether the worker is a labor union member.
    • LocationCode; string; Code for the worker's location.
    • LocationId; integer; Unique identifier for the worker's location.
    • ManagerFlag; boolean; Indicates whether the worker is a manager.
    • NoticePeriod; integer; Notice period for the assignment. Specify with the NoticePeriodUOM attribute.
    • NoticePeriodUOM; string; Unit of measure for the notice period. Specify with the NoticePeriod attribute. Valid values are defined in the commonLookupsLOV.
    • PeopleGroup; string; People Group Key flexfield for the assignment. If people group is configured with multiple segments, provide the concatenated value, separating the values with the separator configured for the People Group Key flexfield.
    • PermanentTemporary; string; Indicates whether the worker is regular or temporary. Valid values are defined in the commonLookupsLOV.
    • PositionCode; string; Code for the worker's position.
    • PositionId; integer; Unique identifier for the worker's position.
    • PrimaryAssignmentFlag; boolean; Indicates whether the current assignment is primary for the work relationship. Valid values are true or false.
    • PrimaryFlag; boolean
    • ProbationEndDate; string; End date of the probation period.
    • ProbationPeriod; number; Duration of the probation period. Specify with the ProbationPeriodUnit attribute.
    • ProbationPeriodUnit; string; Unit of measure for the probation period. Specify with the ProbationPeriod attribute. Valid values are defined in the commonLookupsLOV.
    • ProjectedEndDate; string; Date when the assignment is expected to end.
    • ProjectedStartDate; string; Expected start date for applicants. This value is required for pending workers.
    • ProposedUserPersonType; string; Code of the proposed user person type. Valid values are defined in the personTypesLOV.
    • ProposedUserPersonTypeId; string; Unique identifier for the proposed user person type.
    • ReportingEstablishmentId; integer; Unique identifier for the reporting establishment.
    • ReportingEstablishmentName; string; Name of the reporting establishment. Valid values are defined in the reportingEstablishmentsLOV.
    • RetirementAge; integer; Age at which the worker is retiring.
    • RetirementDate; string; Planned retirement date of the worker.
    • SeniorityBasis; string; Basis for calculating seniority for the person. Valid values are defined in the commonLookupsLOV.
    • SynchronizeFromPositionFlag; boolean; Indicates whether attributes from the position can be overridden on the assignment when using position synchronization. Valid values are true or false.
    • UnionId; integer; Unique identifier of the worker union for the assignment.
    • UnionName; string; Name of the worker union for the assignment. Valid values are defined in the unionsLov.
    • UserPersonTypeId; integer; Unique identifier for the user person type.
    • WorkAtHomeFlag; boolean; Indicates whether the worker works at home for the assignment.
    • WorkerCategory; string; Category of the worker such as blue collar, civil servant, and so on. Valid values are defined in the commonLookupsLOV.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AccountName; string; Name of the account.
    • DeliveryMethodId; integer
    • EndDate; string; End date of the account.
    • Provider; string; Provider of the account such as Facebook and Twitter. Valid values are defined in the commonLookupsLOV.
    • ProviderMeaning; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • Citizenship; string; Citizenship legislation code. Valid values are defined in the hcmCountriesLov.
    • CitizenshipId; integer
    • CitizenshipMeaning; string
    • CitizenshipStatus; string; Status of the citizenship. Valid values are defined in the commonLookupsLOV.
    • CitizenshipStatusMeaning; string
    • ToDate; string; Date until when the citizenship is valid.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • AssignmentId; integer; Unique identifier of the assignment to which this external identifier relates.
    • AssignmentName; string
    • AssignmentNumber; string; Assignment number to which the external identifier belongs.
    • ExternalIdentifierId; integer
    • ExternalIdentifierNumber; string; External identifier number.
    • ExternalIdentifierSequence; integer; Sequence of the external identifier.
    • ExternalIdentifierType; string; Type of external identifier, such as Third-Party Payroll ID. Valid values are defined in the commonLookupsLOV.
    • ExternalIdentifierTypeMeaning; string
    • FromDate; string; Date and time from when the external identifier is valid.
    • ToDate; string; Date and time until when the external identifier is valid.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • ExpirationDate; string; Expiration date of the visa or permit.
    • IssuingCountry; string; Country in which the visa or permit was issued. Valid values are defined in the hcmCountriesLov.
    • IssuingCountryName; string
    • VisaPermitCategory; string; Category of the visa or permit. Valid values are defined in the commonLookupsLOV.
    • VisaPermitCategoryMeaning; string
    • VisaPermitId; integer
    • VisaPermitNumber; string; Visa or permit number.
    • VisaPermitStatus; string; Indicates if the visa or permit is current. Valid values are defined in the commonLookupsLOV.
    • VisaPermitStatusDate; string; Date from when the permit status is effective.
    • VisaPermitStatusMeaning; string
    • VisaPermitType; string; Visa or permit type. Valid values are defined in the commonLookupsLOV.
    • VisaPermitTypeMeaning; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • ActionCode; string; Action code for the employment contract.
    • ContractEndDate; string; Date when the contract ends.
    • ContractExtensionFlag; boolean; Indicates whether the contract should be extended. Valid values are Yes and No. The default value is null.
    • ContractId; integer; Surrogate identifier for the contract.
    • ContractNumber; string; Number of the contract.
    • ContractType; string; Type of the contract.
    • EffectiveEndDate; string; End date of the date-effective changes to the record.
    • EffectiveStartDate; string; Start date of the date-effective changes to the record.
    • ExtensionNumber; integer
    • ExtensionPeriod; number; Extension period of the contract.
    • ExtensionPeriodUnits; string; Unit for the extension period of the contract.
    • InitialDuration; number; Initial duration of the contract.
    • InitialDurationUnits; string; Unit for the initial duration of the contract.


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • CitizenshipId; integer
    • __FLEX_Context; string; Descriptive flexfield for citizenship.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • DriversLicenseTypeId; integer
    • __FLEX_Context; string; Descriptive flexfield for driver's license.
    • __FLEX_Context_DisplayValue; string


    You can use these queryable attributes to filter this collection resource using the q query parameter:
    • PhoneId; integer
    • __FLEX_Context; string; Descriptive flexfield for phone.
    • __FLEX_Context_DisplayValue; string
  • 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
  • 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.
  • 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".
  • 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 Top

Response

Supported Media Types

Default Response

The following table describes the default response for this task.
Headers
  • 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".
  • 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.
Body ()
Root Schema : workers
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : workers-item-response
Type: object
Show Source
Nested Schema : addresses
Type: array
Show Source
Nested Schema : citizenships
Type: array
Show Source
Nested Schema : disabilities
Type: array
Show Source
Nested Schema : driverLicenses
Type: array
Show Source
Nested Schema : emails
Type: array
Show Source
Nested Schema : ethnicities
Type: array
Show Source
Nested Schema : externalIdentifiers
Type: array
Show Source
Nested Schema : legislativeInfo
Type: array
Show Source
Nested Schema : messages
Type: array
Show Source
Nested Schema : names
Type: array
Show Source
Nested Schema : nationalIdentifiers
Type: array
Show Source
Nested Schema : otherCommunicationAccounts
Type: array
Show Source
Nested Schema : passports
Type: array
Show Source
Nested Schema : phones
Type: array
Show Source
Nested Schema : photos
Type: array
Show Source
Nested Schema : religions
Type: array
Show Source
Nested Schema : visasPermits
Type: array
Show Source
Nested Schema : workersDFF
Type: array
Show Source
Nested Schema : workersEFF
Type: array
Show Source
  • 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 : workRelationships
Type: array
Show Source
Nested Schema : workers-addresses-item-response
Type: object
Show Source
Nested Schema : Address Descriptive Flexfields
Type: array
Title: Address Descriptive Flexfields
The addressesDFF resource is a child of the addresses resource. It provides all the address descriptive flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
Nested Schema : workers-addresses-addressesDFF-item-response
Type: object
Show Source
Nested Schema : workers-citizenships-item-response
Type: object
Show Source
Nested Schema : Citizenship Descriptive Flexfields
Type: array
Title: Citizenship Descriptive Flexfields
The citizenshipsDFF resource is a child of the citizenships resource. It provides all the citizenship descriptive flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
Nested Schema : workers-citizenships-citizenshipsDFF-item-response
Type: object
Show Source
Nested Schema : workers-disabilities-item-response
Type: object
Show Source
Nested Schema : attachments
Type: array
Show Source
Nested Schema : disabilitiesDDF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AE":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFAEVO-item-response", "DE":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFDEVO-item-response", "FR":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFFRVO-item-response", "HRX_NL_DISABILITY_INFO":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFHRX__5FNL__5FDISABILITY__5FINFOVO-item-response", "IN":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFINVO-item-response", "KW":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFKWVO-item-response", "ORA_HRX_BH":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FBHVO-item-response", "ORA_HRX_MX_DISABILITY":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FMX__5FDISABILITYVO-item-response", "ORA_HRX_OM":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FOMVO-item-response", "ORA_HRX_QA":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FQAVO-item-response", "SA":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFSAVO-item-response", "US":"#/components/schemas/oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFUSVO-item-response" } }
Nested Schema : workers-disabilities-attachments-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFAEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFDEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFFRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFHRX__5FNL__5FDISABILITY__5FINFOVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFINVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFKWVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FBHVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FMX__5FDISABILITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FOMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFORA__5FHRX__5FQAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFSAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_healthAndSafety_flex_personDisabilityDDF_view_PersonDisabilityLegDDFUSVO-item-response
Type: object
Show Source
Nested Schema : workers-driverLicenses-item-response
Type: object
Show Source
Nested Schema : driverLicensesDDF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "BR":"#/components/schemas/oracle_apps_hcm_people_core_flex_personDriversLicenseLegDDF_view_PersonDriversLicenseLegDDFBRVO-item-response", "DE":"#/components/schemas/oracle_apps_hcm_people_core_flex_personDriversLicenseLegDDF_view_PersonDriversLicenseLegDDFDEVO-item-response" } }
Nested Schema : driverLicensesDFF
Type: array
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personDriversLicenseLegDDF_view_PersonDriversLicenseLegDDFBRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personDriversLicenseLegDDF_view_PersonDriversLicenseLegDDFDEVO-item-response
Type: object
Show Source
Nested Schema : workers-driverLicenses-driverLicensesDFF-item-response
Type: object
Show Source
Nested Schema : workers-emails-item-response
Type: object
Show Source
Nested Schema : emailsDFF
Type: array
Show Source
Nested Schema : workers-emails-emailsDFF-item-response
Type: object
Show Source
Nested Schema : workers-ethnicities-item-response
Type: object
Show Source
Nested Schema : ethnicitiesDFF
Type: array
Show Source
Nested Schema : workers-ethnicities-ethnicitiesDFF-item-response
Type: object
Show Source
Nested Schema : workers-externalIdentifiers-item-response
Type: object
Show Source
Nested Schema : workers-legislativeInfo-item-response
Type: object
Show Source
Nested Schema : Legislative Information Developer Flexfields
Type: array
Title: Legislative Information Developer Flexfields
The legislativeInfoDDF resource is a child of the legislativeInfo resource. It provides all the legislative informaton developer flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AE":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeAEVO-item-response", "BR":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeBRVO-item-response", "CH":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeCHVO-item-response", "CN":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeCNVO-item-response", "FR":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeFRVO-item-response", "GB":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeGBVO-item-response", "IE":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeIEVO-item-response", "KW":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeKWVO-item-response", "MX":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeMXVO-item-response", "ORA_HRX_ES":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FESVO-item-response", "ORA_HRX_IT":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FITVO-item-response", "ORA_HRX_QA":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FQAVO-item-response", "ORA_HRX_ZA":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FZAVO-item-response", "SA":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeSAVO-item-response", "US":"#/components/schemas/oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeUSVO-item-response" } }
Nested Schema : Legislative Information Descriptive Flexfields
Type: array
Title: Legislative Information Descriptive Flexfields
The legislativeInfoDFF resource is a child of the legislativeInfo resource. It provides all the legislative informaton descriptive flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeAEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeBRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeCHVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeCNVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeFRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeGBVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeIEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeKWVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeMXVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FESVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FITVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FQAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeORA__5FHRX__5FZAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeSAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personLegislativeInfo_view_PersonLegislativeUSVO-item-response
Type: object
Show Source
Nested Schema : workers-legislativeInfo-legislativeInfoDFF-item-response
Type: object
Show Source
Nested Schema : workers-messages-item-response
Type: object
Show Source
Nested Schema : workers-names-item-response
Type: object
Show Source
  • Title: Created By
    Read Only: true
    Maximum Length: 64
  • Title: Creation Date
    Read Only: true
  • Title: Display Name
    Read Only: true
    Maximum Length: 240
  • Title: Effective End Date
    End date of the date-effective changes to the record.
  • Title: Effective Start Date
    Start date of the date-effective changes to the record.
  • Title: First Name
    Maximum Length: 150
    Person's first name.
  • Title: Full Name
    Read Only: true
    Maximum Length: 2000
  • Title: Honors
    Maximum Length: 80
    Higher qualification appended to a person's name such as PhD.
  • Title: Known As
    Maximum Length: 80
    Person's preferred name.
  • Title: Last Name
    Maximum Length: 150
    Person's last name.
  • Title: Last Updated Date
    Read Only: true
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
  • Title: Country
    Maximum Length: 4
    Legislation code. Valid values are defined in the hcmCountriesLov.
  • Title: Country
    Read Only: true
    Maximum Length: 80
  • Links
  • Title: List Name
    Read Only: true
    Maximum Length: 240
  • Title: Created By
    Read Only: true
    Maximum Length: 64
  • Title: Creation Date
    Read Only: true
  • Title: Display Name
    Read Only: true
    Maximum Length: 240
  • Title: Effective End Date
    End date of the date-effective changes to the record.
  • Title: Effective Start Date
    Start date of the date-effective changes to the record.
  • Title: First Name
    Maximum Length: 150
    Person's first name in local language.
  • Title: Full Name
    Read Only: true
    Maximum Length: 2000
  • Title: Honors
    Maximum Length: 80
    Higher qualification appended to a person's name such as PhD in local language.
  • Title: Known As
    Maximum Length: 80
    Person's preferred name in local language.
  • Title: Last Name
    Maximum Length: 150
    Person's last name in local language.
  • Title: Last Updated Date
    Read Only: true
  • Title: Last Updated By
    Read Only: true
    Maximum Length: 64
  • Title: Country
    Maximum Length: 4
    Legislation code of the local language. Valid values are defined in the hcmCountriesLov.
  • Title: Country
    Read Only: true
    Maximum Length: 80
  • Title: List Name
    Read Only: true
    Maximum Length: 240
  • Title: Middle Names
    Maximum Length: 80
    Person's middle name in local language.
  • Title: Military Rank
    Maximum Length: 80
    Person's military rank in local language.
  • Title: Name Information 1
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 10
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 11
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 12
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 13
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 14
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 15
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 16
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 17
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 18
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 19
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 2
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 20
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 21
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 22
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 23
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 24
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 25
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 26
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 27
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 28
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 29
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 3
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 30
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 4
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 5
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 6
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 7
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 8
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 9
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Local-Name Language
    Maximum Length: 4
    Local language of the name. This is not required for global names. If you're creating a local name, you must provide the language code.
  • Title: Local-Name Language
    Read Only: true
    Maximum Length: 255
  • Title: Order Name
    Read Only: true
    Maximum Length: 240
  • Title: Person Name ID
    Surrogate identifier for the local name record.
  • Title: Prefix
    Maximum Length: 150
    Part of the name added before a person's first name in local language.
  • Title: Previous Last Name
    Maximum Length: 150
    Person's previous last name in local language.
  • Title: Suffix
    Maximum Length: 80
    Part of the name appended to a person's last name such as Jr., III, and so on, in local language.
  • Title: Title
    Maximum Length: 30
    Person's salutation such as Mr., Ms., and so on in local language. Valid values are defined in the commonLookupsLOV.
  • Title: Title
    Read Only: true
    Maximum Length: 80
  • Title: Middle Names
    Maximum Length: 80
    Person's middle name.
  • Title: Military Rank
    Maximum Length: 80
    Person's military rank.
  • Title: Name Information 1
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 10
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 11
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 12
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 13
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 14
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 15
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 16
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 17
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 18
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 19
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 2
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 20
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 21
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 22
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 23
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 24
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 25
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 26
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 27
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 28
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 29
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 3
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 30
    Maximum Length: 150
    Additional name attribute reserved for customer legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 4
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 5
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 6
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 7
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 8
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Name Information 9
    Maximum Length: 150
    Additional name attribute reserved for Oracle Development for legislation-specific name requirements as defined in the person name style definition.
  • Title: Global-Name Language
    Read Only: true
    Maximum Length: 4
  • Title: Global-Name Language
    Read Only: true
    Maximum Length: 30
  • Title: Order Name
    Read Only: true
    Maximum Length: 240
  • Title: Person Name ID
    Read Only: true
  • Title: Prefix
    Maximum Length: 150
    Part of the name added before a person's first name.
  • Title: Previous Last Name
    Maximum Length: 150
    Person's previous last name.
  • Title: Suffix
    Maximum Length: 80
    Part of the name appended to a person's last name such as Jr., III, and so on.
  • Title: Title
    Maximum Length: 30
    Person salutation such as Mr., Ms., and so on. Valid values are defined in the commonLookupsLOV.
  • Title: Title
    Read Only: true
    Maximum Length: 80
Nested Schema : workers-nationalIdentifiers-item-response
Type: object
Show Source
Nested Schema : National Identifier Descriptive Flexfields
Type: array
Title: National Identifier Descriptive Flexfields
The nationalIdentifiersDFF resource is a child of the nationalIdentifiers resource. It provides all the national identifier descriptive flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
Nested Schema : workers-nationalIdentifiers-nationalIdentifiersDFF-item-response
Type: object
Show Source
Nested Schema : workers-otherCommunicationAccounts-item-response
Type: object
Show Source
Nested Schema : otherCommunicationAccountsDFF
Type: array
Show Source
Nested Schema : workers-otherCommunicationAccounts-otherCommunicationAccountsDFF-item-response
Type: object
Show Source
Nested Schema : workers-passports-item-response
Type: object
Show Source
Nested Schema : passportsDDF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AE":"#/components/schemas/oracle_apps_hcm_people_core_flex_personPassportLegDDF_view_PersonPassportLegDDFAEVO-item-response", "IN":"#/components/schemas/oracle_apps_hcm_people_core_flex_personPassportLegDDF_view_PersonPassportLegDDFINVO-item-response", "KW":"#/components/schemas/oracle_apps_hcm_people_core_flex_personPassportLegDDF_view_PersonPassportLegDDFKWVO-item-response" } }
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personPassportLegDDF_view_PersonPassportLegDDFAEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personPassportLegDDF_view_PersonPassportLegDDFINVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personPassportLegDDF_view_PersonPassportLegDDFKWVO-item-response
Type: object
Show Source
Nested Schema : workers-phones-item-response
Type: object
Show Source
Nested Schema : phonesDFF
Type: array
Show Source
Nested Schema : workers-phones-phonesDFF-item-response
Type: object
Show Source
Nested Schema : workers-photos-item-response
Type: object
Show Source
Nested Schema : photosDFF
Type: array
Show Source
Nested Schema : workers-photos-photosDFF-item-response
Type: object
Show Source
Nested Schema : workers-religions-item-response
Type: object
Show Source
Nested Schema : Religion Descriptive Flexfields
Type: array
Title: Religion Descriptive Flexfields
The religionsDFF resource is a child of the workers resource. It provides all the religion descriptive flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
Nested Schema : workers-religions-religionsDFF-item-response
Type: object
Show Source
Nested Schema : workers-visasPermits-item-response
Type: object
Show Source
Nested Schema : Visa Permit Developer Flexfields
Type: array
Title: Visa Permit Developer Flexfields
The visasPermitsDDF resource is a child of the visasPermits resource. It provides all the visa permit descriptive flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AE":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFAEVO-item-response", "CH":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFCHVO-item-response", "KW":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFKWVO-item-response", "ORA_HRX_BH":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFORA__5FHRX__5FBHVO-item-response", "ORA_HRX_OM":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFORA__5FHRX__5FOMVO-item-response", "ORA_HRX_QA":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFORA__5FHRX__5FQAVO-item-response", "SA":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFSAVO-item-response", "SG":"#/components/schemas/oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFSGVO-item-response" } }
Nested Schema : Visa Permit Descriptive Flexfields
Type: array
Title: Visa Permit Descriptive Flexfields
The visasPermitsDFF resource is a child of the visasPermits resource. It provides all the visa permit developer flexfields of a worker as of the specified date. By default, the current date is retained.
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFAEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFCHVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFKWVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFORA__5FHRX__5FBHVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFORA__5FHRX__5FOMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFORA__5FHRX__5FQAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFSAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personVisaLegDDF_view_PersonVisaLegDDFSGVO-item-response
Type: object
Show Source
Nested Schema : workers-visasPermits-visasPermitsDFF-item-response
Type: object
Show Source
Nested Schema : workers-workersDFF-item-response
Type: object
Show Source
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_people_core_flex_personEITEFF_base_view_j__PersonExtraInformationPerEitprivateVO-item-response
Type: object
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FCN_5FMILITARY_5FINFOprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FCN_5FOTHER_5FEMPLOYEE_5FINFOprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FCN_5FPERSONAL_5FFILE_5FINFOprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FCN_5FPERSONALITY_5FINFOprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FCN_5FPOLITICAL_5FINFOprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FIN_5FMISCELLANEOUSprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextHRX_5FIN_5FNOMINATIONprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FCA_5FDESIGNATED_5FGROUPSprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FFR_5FDISC_5FACTIONSprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FFR_5FMED_5FEXAMprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FFR_5FPERSO_5FREPprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FINFOprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FQUAL_5FINFOprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FIT_5FDISC_5FACTIONSprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FIT_5FORG_5FROLEprivateVO
Type: array
Show Source
Nested Schema : PersonExtraInformationContextORA_5FHRX_5FIT_5FTRADE_5FUNION_5FRELprivateVO
Type: array
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextHRX_5FCN_5FMILITARY_5FINFOprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextHRX_5FCN_5FOTHER_5FEMPLOYEE_5FINFOprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextHRX_5FCN_5FPERSONAL_5FFILE_5FINFOprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextHRX_5FCN_5FPERSONALITY_5FINFOprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextHRX_5FCN_5FPOLITICAL_5FINFOprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextHRX_5FIN_5FMISCELLANEOUSprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextHRX_5FIN_5FNOMINATIONprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FCA_5FDESIGNATED_5FGROUPSprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FFR_5FDISC_5FACTIONSprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FFR_5FMED_5FEXAMprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FFR_5FPERSO_5FREPprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FINFOprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FGB_5FSWC_5FQUAL_5FINFOprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FIT_5FDISC_5FACTIONSprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FIT_5FORG_5FROLEprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workersEFF-PersonExtraInformationContextORA_5FHRX_5FIT_5FTRADE_5FUNION_5FRELprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-item-response
Type: object
Show Source
Nested Schema : assignments
Type: array
Show Source
Nested Schema : contracts
Type: array
Show Source
Nested Schema : workRelationshipsDDF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "BR":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFBRVO-item-response", "CA":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFCAVO-item-response", "FR":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFFRVO-item-response", "GB":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFGBVO-item-response", "MX":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFMXVO-item-response", "NL":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFNLVO-item-response", "SA":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFSAVO-item-response", "US":"#/components/schemas/oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFUSVO-item-response" } }
Nested Schema : workRelationshipsDFF
Type: array
Show Source
Nested Schema : workers-workRelationships-assignments-item-response
Type: object
Show Source
Nested Schema : allReports
Type: array
Show Source
Nested Schema : assignmentsDDF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "DE":"#/components/schemas/oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFDEVO-item-response", "FR":"#/components/schemas/oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFFRVO-item-response", "GB":"#/components/schemas/oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFGBVO-item-response", "MX":"#/components/schemas/oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFMXVO-item-response", "ORA_HRX_ZA":"#/components/schemas/oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFORA__5FHRX__5FZAVO-item-response", "US":"#/components/schemas/oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFUSVO-item-response" } }
Nested Schema : assignmentsDFF
Type: array
Show Source
Nested Schema : assignmentsEFF
Type: array
Show Source
  • 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 : gradeSteps
Type: array
Show Source
Nested Schema : managers
Type: array
Show Source
Nested Schema : representatives
Type: array
Show Source
Nested Schema : workMeasures
Type: array
Show Source
Nested Schema : workers-workRelationships-assignments-allReports-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFDEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFFRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFGBVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFMXVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFORA__5FHRX__5FZAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_baseWorkerAssignmentDDF_view_BaseWorkerAsgLegDDFUSVO-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-assignments-assignmentsDFF-item-response
Type: object
Show Source
Nested Schema : Discriminator: CategoryCode
Type: object
Discriminator: CategoryCode

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_assignmentExtraInfoEFF_Category_view_j__CategoryPerAsgEitprivateVO-item-response
Type: object
Show Source
Nested Schema : InformationORA_5FPER_5FRET_5FGRADEprivateVO
Type: array
Show Source
Nested Schema : workers-workRelationships-assignments-assignmentsEFF-InformationORA_5FPER_5FRET_5FGRADEprivateVO-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-assignments-gradeSteps-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-assignments-managers-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-assignments-representatives-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-assignments-workMeasures-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-contracts-item-response
Type: object
Show Source
Nested Schema : contractsDDF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "AE":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFAEVO-item-response", "CH":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCHVO-item-response", "CN":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCNVO-item-response", "FR":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFFRVO-item-response", "GB":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFGBVO-item-response", "KW":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFKWVO-item-response", "ORA_HRX_BE":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FBEVO-item-response", "ORA_HRX_IT":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FITVO-item-response", "SA":"#/components/schemas/oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFSAVO-item-response" } }
Nested Schema : contractsDFF
Type: array
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFAEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCHVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFCNVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFFRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFGBVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFKWVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FBEVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFORA__5FHRX__5FITVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_contractDDF_view_ContractLegDDFSAVO-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-contracts-contractsDFF-item-response
Type: object
Show Source
Nested Schema : Discriminator: __FLEX_Context
Type: object
Discriminator: __FLEX_Context

Discriminator Values

Match One Schema
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFBRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFCAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFFRVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFGBVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFMXVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFNLVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFSAVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_hcm_employment_core_flex_periodOfServiceDDF_view_WorkRelationshipLegDDFUSVO-item-response
Type: object
Show Source
Nested Schema : workers-workRelationships-workRelationshipsDFF-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to retrieve all the workers by submitting a GET request on the REST resource using cURL.

curl -i -u "<username>:<password>" -H "Content-Type: application/vnd.oracle.adf.resourceitem+json" -H "REST-Framework-Version: 4" -X GET "https://<host>:<port>/hcmRestApi/resources/11.13.18.05/workers

Example of Response Header

The following is an example of the response header.

Status: HTTP/1.1 200 OK
Content-Type: application/vnd.oracle.adf.resourceitem+json

Example of Response Body

The following example shows the contents of the response body in JSON format.

{    
  "items":[
   {
    "PersonId": 300100215315227,
    "PersonNumber": "960000000000900",
    "CorrespondenceLanguage": null,
    "BloodType": null,
    "DateOfBirth": null,
    "DateOfDeath": null,
    "CountryOfBirth": null,
    "RegionOfBirth": null,
    "TownOfBirth": null,
    "ApplicantNumber": null,
    "CreatedBy": "VMOSS",
    "CreationDate": "2019-04-23T10:25:40+00:00",
    "LastUpdatedBy": "VMOSS",
    "LastUpdateDate": "2019-04-23T10:25:44.457+00:00",
    "workRelationships": {
        "items": [
            {
                "PeriodOfServiceId": 300100215315230,
                "LegislationCode": "US",
                "LegalEntityId": 100000011593283,
                "LegalEmployerName": null,
                "WorkerType": "E",
                "PrimaryFlag": true,
                "StartDate": "2018-01-01",
                "LegalEmployerSeniorityDate": null,
                "EnterpriseSeniorityDate": null,
                "OnMilitaryServiceFlag": false,
                "WorkerNumber": null,
                "ReadyToConvertFlag": null,
                "TerminationDate": null,
                "NotificationDate": null,
                "LastWorkingDate": null,
                "RevokeUserAccess": null,
                "RecommendedForRehire": "ORA_NS",
                "RecommendationReason": null,
                "RecommendationAuthorizedByPersonId": null,
                "CreatedBy": "VMOSS",
                "CreationDate": "2019-04-23T10:25:40.075+00:00",
                "LastUpdatedBy": "VMOSS",
                "LastUpdateDate": "2019-04-23T10:25:45.295+00:00",
                "assignments": {
                    "items": [
                        {
                            "AssignmentId": 300100215315237,
                            "AssignmentNumber": "E960000000000900",
                            "AssignmentName": "E960000000000900",
                            "ActionCode": "HIRE",
                            "ReasonCode": null,
                            "EffectiveStartDate": "2018-01-01",
                            "EffectiveEndDate": "4712-12-31",
                            "EffectiveSequence": 1,
                            "EffectiveLatestChange": "Y",
                            "BusinessUnitId": 100010025072009,
                            "BusinessUnitName": "GBI HCM-Financials USA BU",
                            "AssignmentType": "E",
                            "AssignmentStatusTypeId": 100010026278977,
                            "AssignmentStatusTypeCode": "ACTIVE_PROCESS",
                            "AssignmentStatusType": "ACTIVE",
                            "SystemPersonType": "EMP",
                            "UserPersonTypeId": 100010025072012,
                            "UserPersonType": "Employee",
                            "ProposedUserPersonTypeId": null,
                            "ProposedUserPersonType": null,
                            "ProjectedStartDate": null,
                            "ProjectedEndDate": null,
                            "PrimaryFlag": true,
                            "PrimaryAssignmentFlag": true,
                            "PositionId": null,
                            "PositionCode": null,
                            "SynchronizeFromPositionFlag": false,
                            "JobId": null,
                            "JobCode": null,
                            "GradeId": null,
                            "GradeCode": null,
                            "GradeLadderId": null,
                            "GradeLadderName": null,
                            "GradeStepEligibilityFlag": true,
                            "GradeCeilingStepId": null,
                            "GradeCeilingStep": null,
                            "DepartmentId": null,
                            "DepartmentName": null,
                            "ReportingEstablishmentId": null,
                            "ReportingEstablishmentName": null,
                            "LocationId": null,
                            "LocationCode": null,
                            "WorkAtHomeFlag": false,
                            "AssignmentCategory": null,
                            "WorkerCategory": null,
                            "PermanentTemporary": null,
                            "FullPartTime": null,
                            "ManagerFlag": false,
                            "HourlySalariedCode": null,
                            "NormalHours": null,
                            "Frequency": null,
                            "StartTime": null,
                            "EndTime": null,
                            "SeniorityBasis": "ORA_PER_SNDT_DAYS",
                            "ProbationPeriod": null,
                            "ProbationPeriodUnit": null,
                            "ProbationEndDate": null,
                            "NoticePeriod": null,
                            "NoticePeriodUOM": null,
                            "WorkTaxAddressId": null,
                            "ExpenseCheckSendToAddress": null,
                            "RetirementAge": null,
                            "RetirementDate": null,
                            "LabourUnionMemberFlag": null,
                            "UnionId": null,
                            "UnionName": null,
                            "BargainingUnitCode": null,
                            "CollectiveAgreementId": null,
                            "CollectiveAgreementName": null,
                            "InternalBuilding": null,
                            "InternalFloor": null,
                            "InternalOfficeNumber": null,
                            "InternalMailstop": null,
                            "DefaultExpenseAccount": null,
                            "PeopleGroup": null,
                            "CreatedBy": "VMOSS",
                            "CreationDate": "2019-04-23T10:25:40.216+00:00",
                            "LastUpdatedBy": "VMOSS",
                            "LastUpdateDate": "2019-04-23T10:25:45.812+00:00",
                            "links": [
                              {...
                                  }
           }
      ]
  },
"names": {
        "items": [
            {
                "PersonNameId": 300100215315228,
                "EffectiveStartDate": "2018-01-01",
                "EffectiveEndDate": "4712-12-31",
                "LegislationCode": "US",
                "LastName": "Doe",
                "FirstName": "John",
                "PreNameAdjunct": null,
                "Suffix": null,
                "MiddleNames": null,
                "DisplayName": "John Doe",
                "OrderName": "John Doe",
                "ListName": "John Doe",
                "FullName": "John Doe",
                "NameLanguage": "US",
                "CreatedBy": "VMOSS",
                "CreationDate": "2019-04-23T10:25:40.022+00:00",
                "LastUpdatedBy": "VMOSS",
                "LastUpdateDate": "2019-04-23T10:25:44.464+00:00",
                "LocalPersonNameId": 300100215315229,
                "LocalEffectiveStartDate": "2018-01-01",
                "LocalEffectiveEndDate": "4712-12-31",
                "LocalLegislationCode": "US",
                "LocalLastName": "Doe",
                "LocalFirstName": null,
                "LocalPreNameAdjunct": null,
                "LocalSuffix": null,
                "LocalMiddleNames": null,
                "LocalDisplayName": "John Doe",
                "LocalOrderName": "John Doe",
                "LocalListName": "John Doe",
                "LocalFullName": "John Doe",
                "LocalNameLanguage": "US",
                "LocalCreatedBy": "VMOSS",
                "LocalCreationDate": "2019-04-23T10:25:40.022+00:00",
                "LocalLastUpdatedBy": "VMOSS",
                "LocalLastUpdateDate": "2019-04-23T10:25:44.465+00:00",
                "links": [
                   {...
                      }
         }
    ]
}
Back to Top