Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

PropertytypeValue (Example)Description
idint
id of the notification will be integer, which will be unique
typeenum
Notification type will be integer - Their can different notification types, like DOWNTIME, GREETINGS, NON-DISPLAY and OTHERS
dataobjtitleTitle of notification, should be string
objmsgDescription of notification, should be string
objtranslationsObject specifying the language, Example en
objintervalInterval specifies the time interval difference between 2 notification. Example, for weekly once value should be 7.
objstart

Date and time from when the notification will be triggered for the first time.  

Format "14/05/2019 12:00" or "Tuesday / 12:00"

objoccurrenceNumber of times the notification should be triggered, if null then notification will be shown infinite times on the specified date and time

...