GET horizon/v1/attendancetimeevent/{id}
Gets a single Time Event for the specified id
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
AttendanceTimeEvent object for the specified id in json or xml format
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:11:50.6774834+01:00"
}