Get Announcements
GET /api/announcement
Section titled “ /api/announcement”This endpoint retrieves a list of announcements that are displayed on the stats TV displays.
Query Parameters
Section titled “Query Parameters”siteId
ID of the subsite to filter announcements by. Default is “main”.
Response Body
Section titled “Response Body”[ { "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.