Skip to content

Get Announcements

This endpoint retrieves a list of announcements that are displayed on the stats TV displays.

siteId ID of the subsite to filter announcements by. Default is “main”.

[
{
"title": string,
"message": string,
"timestamp": timestamp
},
{...}
]

title Primary text of the announcement.

message Secondary long form text for the announcement.

timestamp Unix Epoch format (millis). This is the time when the announcement was created. This will be displayed on the stats TV displays and is used to determine the order of announcements.