GET horizon/v1/manager/absences/employees

Returns absences for a set of employees
Example
"horizon/v1/manager/absences/authorizationunits?$filter=EmployeeIds eq '1,2,3,4' and AuthorizationState eq 10 and StartDate ge 2018-02-01T00:00:00Z and EndDate le 2018-02-04T00:00:00Z"

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Milenio3.Horizon.Dto.Entities.Manager.AbsenceDto
NameDescriptionTypeAdditional information
Type

Milenio3.Horizon.Dto.Entities.AbsenceTypeDto

None.

EmployeeId

integer

None.

Employee

Milenio3.Horizon.Dto.Entities.Manager.EmployeeDto

None.

AbsenceCategoryId

integer

None.

AbsenceCategoryName

string

None.

AbsenceCategoryDescription

string

None.

StartDate

date

None.

EndDate

date

None.

StartTime

integer

None.

EndTime

integer

None.

Remarks

string

None.

AuthorizationState

Milenio3.Horizon.Dto.Entities.Common.AuthorizationStateType

None.

Document

Milenio3.Horizon.Core.Entities.Common.Document

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Type": 10,
    "EmployeeId": 1,
    "Employee": {
      "CompanyCode": 1,
      "FullName": "sample string 2",
      "DisplayName": "sample string 3",
      "Photo": "sample string 4",
      "Id": 5
    },
    "AbsenceCategoryId": 2,
    "AbsenceCategoryName": "sample string 3",
    "AbsenceCategoryDescription": "sample string 4",
    "StartDate": "2026-06-21T01:13:50.0009901+01:00",
    "EndDate": "2026-06-21T01:13:50.0009901+01:00",
    "StartTime": 7,
    "EndTime": 8,
    "Remarks": "sample string 9",
    "AuthorizationState": 10,
    "Document": {
      "RowData": "QEA=",
      "Id": 1
    },
    "Id": 10
  },
  {
    "Type": 10,
    "EmployeeId": 1,
    "Employee": {
      "CompanyCode": 1,
      "FullName": "sample string 2",
      "DisplayName": "sample string 3",
      "Photo": "sample string 4",
      "Id": 5
    },
    "AbsenceCategoryId": 2,
    "AbsenceCategoryName": "sample string 3",
    "AbsenceCategoryDescription": "sample string 4",
    "StartDate": "2026-06-21T01:13:50.0009901+01:00",
    "EndDate": "2026-06-21T01:13:50.0009901+01:00",
    "StartTime": 7,
    "EndTime": 8,
    "Remarks": "sample string 9",
    "AuthorizationState": 10,
    "Document": {
      "RowData": "QEA=",
      "Id": 1
    },
    "Id": 10
  }
]