Get all absence records

get

/hcmRestApi/resources/11.13.18.05/absences

Request

Query Parameters
  • 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 Unique identifier of an absence record.
      Finder Variables
      • personAbsenceEntryId; integer; Unique identifier of absence.
    • findAbsenceUsingAllAbsParameters Finds absences based on the absence entry identifier, absence type identifier, person identifier, start and end date.
      Finder Variables
      • absenceTypeId; integer; Unique identifier for the absence type.
      • endDate; string; End date of the absence.
      • personAbsenceEntryId; integer; Unique Identifier of absence.
      • personId; integer; Unique identifier for the person.
      • startDate; string; Start date of the absence.
    • findByAbsDate Finds absences based on the absence start date.
      Finder Variables
      • startDate; string; Start date of the absence.
    • findByAbsStartAndEndDate Finds absences based on the start and end date of the absence.
      Finder Variables
      • endDate; string; End date of the absence.
      • startDate; string; Start date of the absence.
    • findByAbsenceEntryId Finds absences based on the absence entry identifier.
      Finder Variables
      • personAbsenceEntryId; integer; Finds absences based on the absence entry identifier, absence type identifier, person identifier, start and end date.
    • findByAbsenceTypeId Finds absences based on the absence type identifier.
      Finder Variables
      • absenceTypeId; integer; Unique identifier for the absence type.
    • findByPersonAbsenceTypeIdAndAbsDate Finds absences based on the absence type identifier, person identifier, start and end date.
      Finder Variables
      • absenceTypeId; integer; Unique identifier for the absence type.
      • endDate; string; End date of the absence.
      • personId; integer; Unique identifier for the person.
      • startDate; string; Start date of the absence.
    • findByPersonAndAbsenceTypeId Finds absences based on the person identifier and type identifier.
      Finder Variables
      • absenceTypeId; integer; Unique identifier for the absence type.
      • personId; integer; Unique identifier for the person.
    • findByPersonId Finds absences based on the person identifier.
      Finder Variables
      • personId; integer; Unique identifier for the person.
  • 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:
    • ApprovalDatetime; string; Date and time of the absence approval.
    • ObjectVersionNumber; integer; Used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
    • absenceCaseId; integer
    • absenceDispStatus; string; Absence processing status displayed to the user. Valid values are defined in the lookup ANC_PER_ABS_ENT_DISPLAY_STATUS.
    • absenceEntryBasicFlag; boolean; Indicates whether the absence is recorded in basic mode or advanced mode. The default value is true.
    • absencePatternCd; string; Unique code assigned to the absence pattern associated with an absence type. For example, absence pattern can be Generic for a vacation absence, Illness or injury for a sickness absence.
    • absenceReason; string; Reason for absence attached to the absence type.
    • absenceStatusCd; string; Absence status, such as submitted, withdrawn.
    • absenceType; string; Unique identifier for the absence type.
    • absenceTypeId; integer; Unique identifier for the absence type.
    • absenceTypeReasonId; integer; Unique identifier for the absence reason.
    • agreementId; integer
    • agreementName; string; Name of the agreement used to record absence.
    • approvalStatusCd; string
    • assignmentId; integer; Unique identifier of the assignment for which the absence is recorded. When an employee has multiple active assignments, this attribute can be used to restrict the absence to a specific assignment. You can't change the assignment when editing an existing absence.
    • assignmentName; string; Name of the worker's assignment.
    • assignmentNumber; string; Number of the worker's assignment.
    • authStatusUpdateDate; string
    • bandDtlId; integer
    • blockedLeaveCandidate; string; Determines whether the worker is eligible for block leave or not. Block leave enables workers to report a fixed period away from work.
    • certificationAuthFlag; boolean
    • childEventTypeCd; string
    • comments; string; Comments provided while recording the absence.
    • conditionStartDate; string; Condition start date of an illness or injury leave. Used to indicate when the illness began or injury occurred, and could be different from the absence start date.
    • confirmedDate; string; Confirmed start date of an absence.
    • consumedByAgreement; string
    • createdBy; string; Name of the employee who created the absence record.
    • creationDate; string; Date and time of the absence record creation.
    • dataSecurityPersonId; integer; Unique person identifier assigned to verify data security.
    • diseaseCode; string
    • duration; number; Duration of the recorded absence.
    • effectiveEndDate; string; End date to check data security.
    • effectiveStartDate; string; Start date to check data security.
    • employeeShiftFlag; boolean
    • employer; string; Name of the employer.
    • endDate; string; End date of the recorded absence.
    • endDateDuration; number; Duration of the absence on the end date. This field allows the duration of the end date to be different than what's derived from the shift duration.
    • endDateDurationPreferenceCode; string; Code of the absence bid end date preference.
    • endDateDurationPreferenceMeaning; string; Description of the absence bid end date preference.
    • endDateTime; string; End date timestamp of an absence.
    • endTime; string; End time of the recorded absence.
    • establishmentDate; string
    • frequency; string
    • initialReportById; integer
    • initialTimelyNotifyFlag; boolean
    • lastUpdateDate; string; Latest date and time the absence record was updated.
    • lastUpdateLogin; string; User name of the employee who last updated the absence record.
    • lastUpdatedBy; string; Name of the employee who last updated the absence record.
    • lateNotifyFlag; boolean; An absence notification that qualifies as a late notification and is waived.
    • legalEntityId; integer
    • legislationCode; string
    • legislativeDataGroupId; integer
    • notificationDate; string; Date the employee notifies the employer of an upcoming absence.
    • objectVersionNumber; integer; Used to implement optimistic locking. This number is incremented every time the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried.
    • openEndedFlag; boolean; Indicates whether the absence is open-ended. Enables workers to submit an absence without entering an absence end date. The default value is false.
    • overridden; string; Indicates whether the absence duration has been overridden or not. The default value is false.
    • paymentDetail; string; Name of payment detail of agreement used to record absence.
    • periodOfIncapToWorkFlag; boolean
    • periodOfServiceId; integer
    • personAbsenceEntryId; integer; Unique identifier for the absence.
    • personId; integer; Unique identifier for the person.
    • personNumber; string; Unique person number for whom the absence is recorded.
    • plannedEndDate; string
    • processingStatus; string
    • projectId; integer
    • singleDayFlag; boolean; Indicates whether the absence request is for a single day. Default value is false.
    • source; string; Source of the absence imported from other applications. For example, an absence may be recorded via Absence Management, Time and Labor, a data loader or through the REST process.
    • splCondition; string
    • startDate; string; Start date of the recorded absence.
    • startDateDuration; number; Duration of the absence on the start date. This field allows the duration of the start date to be different than what's derived from the shift duration.
    • startDateDurationPreferenceCode; string; Code of the absence bid start date preference.
    • startDateDurationPreferenceMeaning; string; Description of the absence bid start date preference.
    • startDateTime; string; Start date timestamp of an absence.
    • startTime; string; Start time of the recorded absence.
    • submittedDate; string; Date on which absence is created and submitted for approval.
    • timelinessOverrideDate; string
    • unitOfMeasure; string; Unit of measure used to record the absence, such as days or hours.
    • userMode; string; Role of the user who entered this absence. Possible values are EMP, MGR or ADMIN.
  • 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
  • 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 : absences
Type: object
Show Source
Nested Schema : Items
Type: array
Title: Items
The items in the collection.
Show Source
Nested Schema : absences-item-response
Type: object
Show Source
Nested Schema : Absence Bid Attachments
Type: array
Title: Absence Bid Attachments
The absence attachments resource provides the attached documents added to the absence transactions.
Show Source
Nested Schema : Absence Entitlements
Type: array
Title: Absence Entitlements
The absenceEntitlements resource is a child of the absences resource. It provides a list of all the entitlements consumed by an absence.
Show Source
Nested Schema : Absence Entry Details
Type: array
Title: Absence Entry Details
The absenceEntryDetails resource provides a individual day breakdown and a shift breakdown of the absence request dates.
Show Source
Nested Schema : Absence Maternity Details
Type: array
Title: Absence Maternity Details
The absenceMaternity resource is a child of the absences resource. It provides details of maternity attributes when absence type is maternity.
Show Source
Nested Schema : absenceRecordingDFF
Type: array
Show Source
Nested Schema : absenceRecordingsDDF
Type: array
Show Source
  • Discriminator: __FLEX_Context
    Discriminator: { "propertyName":"__FLEX_Context", "mapping":{ "ORA_HRX_CA_VACATION":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FCA__5FVACATIONVO-item-response", "ORA_HRX_FR_ADOPT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADOPTVO-item-response", "ORA_HRX_FR_ADP_LNK":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FLNKVO-item-response", "ORA_HRX_FR_ADP_PAR":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FPARVO-item-response", "ORA_HRX_FR_MAL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMALVO-item-response", "ORA_HRX_FR_MATERNITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITYVO-item-response", "ORA_HRX_FR_MATERNITY_EXTN":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITY__5FEXTNVO-item-response", "ORA_HRX_FR_PATERNITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPATERNITYVO-item-response", "ORA_HRX_FR_PAT_LNK":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPAT__5FLNKVO-item-response", "ORA_HRX_GB_ADOP":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FADOPVO-item-response", "ORA_HRX_GB_MAT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FMATVO-item-response", "ORA_HRX_GB_PAT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPATVO-item-response", "ORA_HRX_GB_PAT_ADO":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADOVO-item-response", "ORA_HRX_GB_PAT_ADO_EXTN":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADO__5FEXTNVO-item-response", "ORA_HRX_GB_PAT_EXTN":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FEXTNVO-item-response", "ORA_HRX_GB_SDM":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSDMVO-item-response", "ORA_HRX_GB_SHPL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPLVO-item-response", "ORA_HRX_GB_SHPL_ADO":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPL__5FADOVO-item-response", "ORA_HRX_GB_SICK":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSICKVO-item-response", "ORA_HRX_GB_SPBL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSPBLVO-item-response", "ORA_HRX_MX_DISABILITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FMX__5FDISABILITYVO-item-response", "ORA_HRX_NL_ADOPTION":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FADOPTIONVO-item-response", "ORA_HRX_NL_FOSTER_CARE":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FFOSTER__5FCAREVO-item-response", "ORA_HRX_NL_MATERNITY":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FMATERNITYVO-item-response", "ORA_HRX_NL_ORGAN_DONOR":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FORGAN__5FDONORVO-item-response", "ORA_HRX_NL_SICKNESS":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICKNESSVO-item-response", "ORA_HRX_NL_SICK_CHILD_BIRTH":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FCHILD__5FBIRTHVO-item-response", "ORA_HRX_NL_SICK_PREG_REL":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FPREG__5FRELVO-item-response", "ORA_HRX_NL_WORK_ACCIDENT":"#/components/schemas/oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FWORK__5FACCIDENTVO-item-response" } }
Nested Schema : absences-absenceAttachments-item-response
Type: object
Show Source
Nested Schema : absences-absenceEntitlements-item-response
Type: object
Show Source
Nested Schema : Absence Entitlement Details
Type: array
Title: Absence Entitlement Details
The absenceEntitlementDetails resource is a child of the absences resource. It provides a list of all the entitlements consumed by an absence each day of the absence.
Show Source
Nested Schema : absences-absenceEntitlements-absenceEntitlementDetails-item-response
Type: object
Show Source
Nested Schema : absences-absenceEntryDetails-item-response
Type: object
Show Source
Nested Schema : absences-absenceMaternity-item-response
Type: object
Show Source
Nested Schema : absences-absenceRecordingDFF-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_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FCA__5FVACATIONVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADOPTVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FLNKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FADP__5FPARVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMALVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FMATERNITY__5FEXTNVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPATERNITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FFR__5FPAT__5FLNKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FADOPVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FMATVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPATVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADOVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FADO__5FEXTNVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FPAT__5FEXTNVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSDMVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPLVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSHPL__5FADOVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSICKVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FGB__5FSPBLVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FMX__5FDISABILITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FADOPTIONVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FFOSTER__5FCAREVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FMATERNITYVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FORGAN__5FDONORVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICKNESSVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FCHILD__5FBIRTHVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FSICK__5FPREG__5FRELVO-item-response
Type: object
Show Source
Nested Schema : oracle_apps_flex_hcm_globalAbsences_recording_absenceRecordingsDDFFlex_view_AbsenceRecordingsDDFFlexORA__5FHRX__5FNL__5FWORK__5FACCIDENTVO-item-response
Type: object
Show Source
Back to Top

Examples

The following example shows how to retrieve all the absences 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" -X GET http://<host>:<port>/hcmRestApi/resources/11.13.18.05/absences

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.resourcecollection+json

Example of Response Body

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

{
  "items" : [ {
	"absenceEntryBasicFlag" : true,
	"absencePatternCd" : "GENERIC",
	"absenceStatusCd" : "SAVED",
	"absenceTypeId" : 300100107398880,
	"absenceTypeReasonId" : null,
	"blockedLeaveCandidate" : "NA",
	"comments" : null,
	"conditionStartDate" : null,
	"confirmedDate" : null,
	"createdBy" : "ZHRA-LNMGR1",
	"creationDate" : "2017-07-04T08:01:45-07:00",
	"duration" : 8.5,
	"endDate" : "2017-07-04",
	"endDateDuration" : null,
	"endDateTime" : "2017-07-04T17:00:00-07:00",
	"endTime" : "17:00",
	"lastUpdateDate" : "2017-07-04T08:07:29.580-07:00",
	"lastUpdateLogin" : "53801BEEE624A011E0530703F00A9F33",
	"lastUpdatedBy" : "ZHRA-LNMGR1",
	"lateNotifyFlag" : null,
	"notificationDate" : "2017-07-04",
	"objectVersionNumber" : 2,
	"openEndedFlag" : false,
	"overridden" : "N",
	"personAbsenceEntryId" : 300100109892733,
	"personId" : 923460008154805,
	"singleDayFlag" : true,
	"source" : "ANC",
	"startDate" : "2017-07-04",
	"startDateDuration" : null,
	"startDateTime" : "2017-07-04T08:30:00-07:00",
	"startTime" : "08:30",
	"submittedDate" : null,
	"unitOfMeasure" : "H",
	"userMode" : "EMP",
	"personNumber" : null,
	"absenceType" : null,
	"employer" : null,
	"absenceReason" : null,
	"absenceDispStatus" : null,
	"dataSecurityPersonId" : 923460008154805,
	"effectiveStartDate" : "2003-01-01",
	"effectiveEndDate" : "4711-12-31",
		"links":[18]
            0:  {...
               ...}
     }
  {
	"absenceEntryBasicFlag" : true,
	"absencePatternCd" : "II",
	"absenceStatusCd" : "SUBMITTED",
	"absenceTypeId" : 300100037938140,
	"absenceTypeReasonId" : null,
	"blockedLeaveCandidate" : "NA",
	"comments" : null,
	"conditionStartDate" : null,
	"confirmedDate" : null,
	"createdBy" : "HR_SPEC_ALL",
	"creationDate" : "2017-09-21T23:29:00-07:00",
	"duration" : 1,
	"endDate" : "2017-10-02",
	"endDateDuration" : null,
	"endDateTime" : "2017-10-02T17:00:00-07:00",
	"endTime" : "17:00",
	"lastUpdateDate" : "2017-09-21T23:29:53.218-07:00",
	"lastUpdateLogin" : "599C27BE3B444555E0530703F00AC9C7",
	"lastUpdatedBy" : "HR_SPEC_ALL",
	"lateNotifyFlag" : false,
	"notificationDate" : "2017-09-21",
	"objectVersionNumber" : 1,
	"openEndedFlag" : false,
	"overridden" : "N",
	"personAbsenceEntryId" : 300100116324733,
	"personId" : 100010024200226,
	"singleDayFlag" : true,
	"source" : "ANC",
	"startDate" : "2017-10-02",
	"startDateDuration" : null,
	"startDateTime" : "2017-10-02T08:30:00-07:00",
	"startTime" : "08:30",
	"submittedDate" : "2017-09-21",
	"unitOfMeasure" : "D",	
	"userMode" : "ADMIN",
	"personNumber" : null,
	"absenceType" : null,
	"employer" : null,
	"absenceReason" : null,
	"absenceDispStatus" : null,
	"dataSecurityPersonId" : 100010024200226,
	"effectiveStartDate" : "1995-11-15",
	"effectiveEndDate" : "4712-12-31",
		"links":[18]
            0:  {...
               ...}
   ...}
}
Back to Top