Announcements
Create an announcement
Publish a new announcement to your users.
Required scope announces:add
/announcementsAuthorizations
AuthorizationstringrequiredAuthorization header carrying a workspace API key, as “Bearer kbn_live_…”. The X-Api-Key header is accepted equivalently.
Bodyapplication/json
titlestringrequiredTitle shown to users.
contentstringrequiredBody of the announcement.
typestringrequiredKind of announcement.
startDatestring<date-time>requiredWhen the announcement starts being shown.
endDatestring<date-time>When the announcement stops being shown.
teamsstring<uuid>[]Teams the announcement is addressed to.
appstring<uuid>Application the announcement relates to.
Response201 · application/json
The announcement was created.
idstring<uuid>requiredIdentifier of the announcement.
titlestringrequiredTitle shown to users.
contentstringrequiredBody of the announcement.
typestringrequiredKind of announcement.
teamsstring<uuid>[]Teams the announcement is addressed to.
appstring<uuid> | nullApplication the announcement relates to.
startDatestring<date-time>requiredWhen the announcement starts being shown.
endDatestring<date-time> | nullWhen the announcement stops being shown.
createdAtstring<date-time>Timestamp the announcement was created.
updatedAtstring<date-time>Timestamp of the last change.
seenCountintegerNumber of users who saw the announcement.
likeCountintegerNumber of positive reactions.
dislikeCountintegerNumber of negative reactions.
likeRationumber | nullShare of positive reactions.