GET essentialmobile/v1/timeevents

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Milenio3.Horizon.Dto.Entities.Mobile.MobileDayTimeEventDto
NameDescriptionTypeAdditional information
Date

date

None.

TimeEvents

Collection of Milenio3.Horizon.Dto.Entities.TimeEventDto

None.

Response Formats

application/json, text/json

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