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": "2024-05-21T18:39:03.8207519+03:00"
}