GET/desk/api/v2/announcement.json
Get the latest announcement given compatible permissions.
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 OK
AnnouncementAPIBody handles the get/create/update request/response for announcement.
- Code
- 204
- Description
- 204 No Content No Data
200 OK
AnnouncementAPIBody
{
"announcement": {
"activeuntil": "2024-10-10T18:19:26.131Z",
"content": "string",
"createdat": "2024-10-10T18:19:26.131Z",
"id": 0,
"isadminonly": true,
"state": "string"
}
}