GET api/timemanager/getonoffnotifications

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

TurnOnOffNotifications
NameDescriptionTypeAdditional information
TurnOn

boolean

None.

LastCloseDateTime

date

None.

Response Formats

application/json, text/json

Sample:
{
  "TurnOn": true,
  "LastCloseDateTime": "2023-03-21T00:44:59.2839125+02:00"
}