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

Examples

200 OK

AnnouncementAPIBody
{
  "announcement": {
    "activeuntil": "2024-07-26T20:26:26.553Z",
    "content": "string",
    "createdat": "2024-07-26T20:26:26.553Z",
    "id": 0,
    "isadminonly": true,
    "state": "string"
  }
}