GET essentialmobile/v1/flextimebalances/day/{date}
Returns daily timeevents
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| date | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Collection of Milenio3.Horizon.Dto.Entities.TimeEventDtoResponse Formats
application/json, text/json
Sample:
[
[
{
"Type": 1,
"LogTime": "2026-06-21T01:08:11.9588973+01:00",
"Id": 2
},
{
"Type": 1,
"LogTime": "2026-06-21T01:08:11.9588973+01:00",
"Id": 2
}
],
[
{
"Type": 1,
"LogTime": "2026-06-21T01:08:11.9588973+01:00",
"Id": 2
},
{
"Type": 1,
"LogTime": "2026-06-21T01:08:11.9588973+01:00",
"Id": 2
}
]
]