GET essentialmobile/v1/flextimebalances/day/{date}

Returns daily timeevents

Request Information

URI Parameters

NameDescriptionTypeAdditional information
date

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Collection of Milenio3.Horizon.Dto.Entities.TimeEventDto

Response 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
    }
  ]
]