--- title: "Retrieve system announcements" slug: "retrieve-system-announcements" updated: 2024-10-25T18:04:27Z published: 2026-02-10T22:32:35Z canonical: "docs.skillable.com/retrieve-system-announcements" --- > ## Documentation Index > Fetch the complete documentation index at: https://docs.skillable.com/llms.txt > Use this file to discover all available pages before exploring further. # Retrieve system announcements Get/GetActiveSystemAnnouncements Allows you to retreive active system announcements. SecurityAPI Key: api_keyHeader parameter nameapi_key Query parametersorganizationIdinteger (int64) The ID of the organization for which you would like to retrieve system announcements Example4536 Responses200 OK Response Expand Allobject Statusinteger (int32) Indicates the status of the API request. 0 = Success 10 = Error 20 = Not found 30 = Invalid integration key Example10 Errorstring | null Error details. This will only have a value if an error was encountered. The status property will also be set to Error (10). Results Array of object (Announcement) See Announcement. object Idinteger (int32) The announcement's unique identifier Example45632 Titlestring The announcement's title ExampleSample Announcement Urlstring | null The Url which the announcement is meant to link to. Example Descriptionstring | null The announcement's description ExampleThis is an example Announcement HtmlContentstring | null The announcement's HTML Content Example
This is the content of the announcement.
Startinteger (int64) When the announcement starts (in Unix epoch time) Example1449496800 Endinteger (int64) | null When the announcement starts (in Unix epoch time) Example1450479600