GET horizon/v1/attendancetimeevent/today
Gets all Time Events for the current day
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AttendanceTimeEvent collection of objects for the current day in json or xml format
Collection of Milenio3.Horizon.DTO.Entities.AttendanceTimeEventDto| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| EmployeeId | integer |
None. |
|
| TerminalId | string |
None. |
|
| Type | integer |
None. |
|
| LogTime | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"EmployeeId": 2,
"TerminalId": "sample string 3",
"Type": 4,
"LogTime": "2026-06-21T01:12:35.6443339+01:00"
},
{
"Id": 1,
"EmployeeId": 2,
"TerminalId": "sample string 3",
"Type": 4,
"LogTime": "2026-06-21T01:12:35.6443339+01:00"
}
]