GET horizon/v1/employees/timeevents

Returns employee time events
Notes: Odata
operators ge, le for property LogTime
eq for property Id

Example
"horizon/v1/employees/timeevents?$filter=LogTime ge 2017-01-01T23:59:00Z and LogTime le 2018-01-01T23:59:00Z"
"horizon/v1/employees/timeevents?$filter=LogTime ge 2017-10-03T23:59:00Z"
"horizon/v1/employees/timeevents?$filter=LogTime ge 2017-10-03T23:59:00Z and Id eq 3"

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Milenio3.Horizon.Dto.Entities.TimeEventDto
NameDescriptionTypeAdditional information
Type

Milenio3.Horizon.Dto.Entities.TimeEventType

None.

LogTime

date

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Type": 1,
    "LogTime": "2026-06-21T01:12:25.6045393+01:00",
    "Id": 2
  },
  {
    "Type": 1,
    "LogTime": "2026-06-21T01:12:25.6045393+01:00",
    "Id": 2
  }
]