Announcements
Get Announcement by ID
Retrieve a specific active announcement by its unique identifier
GET
Overview
This endpoint returns a single announcement by its ID. Only active announcements can be accessed through this endpoint. Attempting to retrieve an inactive announcement will result in a 403 Forbidden error.Path Parameters
The unique identifier of the announcement to retrieve
Response
Unique identifier for the announcement
Title of the announcement
Content/body of the announcement
Publication date in ISO 8601 format
Whether the announcement is active (always true for successful responses)
URL to associated media (image, video, etc.)
Creation timestamp in ISO 8601 format
Last update timestamp in ISO 8601 format
Related Endpoints
Get Active Announcements
Get all active announcements
Update Announcement
Update an announcement (Admin only)