v2

Swagger 2.0raw.githubusercontent.com2022-07-13005.1 KB
prescalingevent

List all prescaling Events

List all prescaling Events

get/api/v1/events/

Response

OK

datestring
descriptionstring
end_timestring
multiplierinteger
namestring
start_timestring

Example response

[
  {
    "date": "2022-05-25",
    "description": "a good description",
    "end_time": "23:59:59",
    "multiplier": 2,
    "start_time": "20:00:00"
  }
]
All 6 operations