GET horizon/v1/manager/vacations/employees

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

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Milenio3.Horizon.Dto.Entities.Manager.VacationDto
NameDescriptionTypeAdditional information
AbsenceCategoryId

integer

None.

AbsenceCategoryName

string

None.

AbsenceCategoryDescription

string

None.

StartDate

date

None.

EndDate

date

None.

DayPeriod

Milenio3.Horizon.Dto.Entities.DayPeriodType

None.

Employee

Milenio3.Horizon.Dto.Entities.Manager.EmployeeDto

None.

Remarks

string

None.

AuthorizationState

Milenio3.Horizon.Dto.Entities.Common.AuthorizationStateType

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "AbsenceCategoryId": 1,
    "AbsenceCategoryName": "sample string 2",
    "AbsenceCategoryDescription": "sample string 3",
    "StartDate": "2026-06-21T01:12:43.2288124+01:00",
    "EndDate": "2026-06-21T01:12:43.2288124+01:00",
    "DayPeriod": 10,
    "Employee": {
      "CompanyCode": 1,
      "FullName": "sample string 2",
      "DisplayName": "sample string 3",
      "Photo": "sample string 4",
      "Id": 5
    },
    "Remarks": "sample string 6",
    "AuthorizationState": 10,
    "Id": 7
  },
  {
    "AbsenceCategoryId": 1,
    "AbsenceCategoryName": "sample string 2",
    "AbsenceCategoryDescription": "sample string 3",
    "StartDate": "2026-06-21T01:12:43.2288124+01:00",
    "EndDate": "2026-06-21T01:12:43.2288124+01:00",
    "DayPeriod": 10,
    "Employee": {
      "CompanyCode": 1,
      "FullName": "sample string 2",
      "DisplayName": "sample string 3",
      "Photo": "sample string 4",
      "Id": 5
    },
    "Remarks": "sample string 6",
    "AuthorizationState": 10,
    "Id": 7
  }
]