GET horizon/v1/employees/masterdata

Returns employee mater data

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Milenio3.Horizon.Dto.Entities.EmployeeMasterDataDto
NameDescriptionTypeAdditional information
DisplayName

string

None.

StartDate

date

None.

LastPurgeDate

date

None.

CanSubmitLongTermAbsences

boolean

None.

CanSubmitVacations

boolean

None.

FlextimeEnabled

boolean

None.

OvertimeEnabled

boolean

None.

Response Formats

application/json, text/json

Sample:
{
  "DisplayName": "sample string 1",
  "StartDate": "2026-06-21T01:07:11.9845495+01:00",
  "LastPurgeDate": "2026-06-21T01:07:11.9845495+01:00",
  "CanSubmitLongTermAbsences": true,
  "CanSubmitVacations": true,
  "FlextimeEnabled": true,
  "OvertimeEnabled": true
}