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-04-25T14:00:22.0527777+03:00"
}