Returns a single announcement by ID, including its subject, message body, delivery channels, recipients, and status.
Unique announcement ID.
1542
OK
An announcement sent to workers via email, text message, or both.
Unique identifier for the announcement.
1542
Subject line of the announcement.
"Schedule update for next week"
Body content of the announcement. May contain HTML.
"<p>Please review your updated shifts for next week.</p>"
List of admin IDs designated to receive worker replies.
[3158, 3201]Workers the announcement was sent to. Empty when sent to all workers.
[
{ "id": 4521, "name": "Jane Smith" },
{ "id": 4587, "name": "Carlos Rivera" }
]Delivery channels used for the announcement.
email, text message ["email", "text message"]Current delivery status of the announcement.
pending, sent "sent"
Timestamp when the announcement was sent.
"2026-03-15 14:30:00"