Announcements

Get the latest announcement ID for each tag

Get the ID of the newest announcement for every available announcement tag.

get/v5/announcements/latest/id

Response

The newest announcement ID for each tag.

tagstring nullable required
idinteger required

Example response

[
  {
    "tag": "Important",
    "id": 1
  }
]

Changes

No recorded changes to this endpoint across all 1 revision of this API.