...
Property | type | Value (Example) | Description |
---|---|---|---|
id | int | id of the notification will be integer, which will be unique | |
type | enum | Notification type will be integer - Their can different notification types, like DOWNTIME, GREETINGS, NON-DISPLAY and OTHERS | |
data | obj | title | Title of notification, should be string |
obj | msg | Description of notification, should be string | |
obj | translations | Object specifying the language, Example en | |
obj | interval | Interval specifies the time interval difference between 2 notification. Example, for weekly once value should be 7 . | |
obj | start | Date and time from when the notification will be triggered for the first time.
| |
obj | occurrence | Number of times the notification should be triggered, if null then notification will be shown infinite times on the specified date and time |
...