Zvini
22:41:02

« Notification » list

notification/list - Returns a list of all notifications.
The method has no parameters.
Returns a JSON document of the following format:
[
{
id: <number> - The ID of one of the notifications.
channel_name: <number> - The name of the channel in which the notification is posted.
text: <string> - The notification text.
insert_time: <number> - The Unix timestamp of when the notification was posted.
}
...
]
No errors expected.