Skip to main content
Messages
Subscription Request
type:object

Client sends subscription request to subscribe to notification channel. Please refer to Notification page for more information.

Subscription Notification Data
type:object

Server sends subscription notification data

data
type:object
required
id
type:integer
required

Announcement's identifier

title
type:string
required

Announcement's title

body
type:string
required

HTML-formatted announcement body

publication_timestamp
type:integer
required

The timestamp (milliseconds since the Unix epoch) of announcement publication

important
type:boolean
required

Whether the announcement is marked as important

confirmation
type:boolean

Whether the user confirmation is required for this announcement

unread
type:integer

The number of previous unread announcements (optional, only for authorized users).

action
type:enum
required

Action taken by the platform administrators. Published a new announcement, or deleted the old one

Available options: new, deleted