Announcements
Announcements provide updates on product releases, completed Ideas feature enhancements, and any changes made to your product. These posts serve as a detailed change-log, keeping users
Last updated
Announcements provide updates on product releases, completed Ideas feature enhancements, and any changes made to your product. These posts serve as a detailed change-log, keeping users
Last updated
idx string
A unique identifier for the announcement
name string
Name of the announcement
slug string
The URL slug of the idea
excerpt string
Short textual description of the announcement
content_html string
Content of the announcement (as HTML)
content string
Content of the announcement (as Markdown)
reaction_count object
Reactions to the announcement
is_published boolean
Indicates if the announcement is published or not
published_at string
The date & time the announcement was published (UTC timezone) or null if still in draft
created_at string
The date & time the announcement was created (UTC timezone)
author object
Author of this announcement
categories array
Categories associated with this announcement
ideas array
Ideas associated with this announcement
Returns a list of announcements
Returned a list of Announcements
Delete an Announcement
Request was successful
"Request was successful"
Create a new announcement
Title of the Announcement
IDX of the author of the Annoucement
Announcement content in Markdown format
Date announcement is published (ISO 8601 format) or null for draft
IDXs of Ideas to associate with the Announcement
IDXs of Categories to associate with the Announcement
Returns Announcement
Update an Announcement
Title of the Announcement
IDX of the author of the Annoucement
Announcement content in Markdown format
Date announcement is published (ISO 8601 format) or null for draft
IDXs of Ideas to associate with the Announcement
IDXs of Categories to associate with the Announcement
Returns Announcement
Get an Announcement
Returns Announcement