GET horizon/v1/employees/virtualtimeevent
Return VirtualTimeEvent SETTING
"horizon/v1/employees/virtualtimeevents/state"
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Milenio3.Horizon.Dto.Entities.Configuration.VirtualTimeEventSettingDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Enable | boolean |
None. |
|
| LastTimeEvent | Milenio3.Horizon.Dto.Entities.TimeEventDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"Enable": true,
"LastTimeEvent": {
"Type": 1,
"LogTime": "2026-06-21T01:09:51.3351323+01:00",
"Id": 2
}
}