GET horizon/v1/attendancetimeevent
Gets all Time Events with OData support
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AttendanceTimeEvent collection of objects, according to the OData options, 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:08:58.2178602+01:00"
},
{
"Id": 1,
"EmployeeId": 2,
"TerminalId": "sample string 3",
"Type": 4,
"LogTime": "2026-06-21T01:08:58.2178602+01:00"
}
]