Gets the current announcement released to MyHomeworkSpace Users.

Parameters

date - the date to check for an announcement. Provided in the URL.
#Returns
A JSON object with the following properties:

status - ok if the operation was successful, or error if there was a problem.
announcement - A JavaScript object if there is an announcement, or null.

📘

Announcement Formatting

The announcement will be in HTML formatting, so there may be links using the <a> tag, or formatting using the <em>, <strong>, and <span> tags. Please make sure your application can be used appropriately with this feature.

Language
Click Try It! to start a request and see the response here!