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
Announcement object
Endpoints
Returns a list of announcements
API key in Authorization header with Bearer prefix (recommended)
Whether to return published announcements, if left empty returns both published and unpublished
Limits the number of items on a page
20The after cursor - used for pagination
Returned a list of Announcements
Invalid request
Create a new announcement
API key in Authorization header with Bearer prefix (recommended)
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
Successfully created a new announcement
Invalid request
Get an Announcement
API key in Authorization header with Bearer prefix (recommended)
IDX of the Announcement
Returns Announcement
Invalid request
Update an Announcement
API key in Authorization header with Bearer prefix (recommended)
IDX of the 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
Successfully updated announcement
Invalid request
Delete an Announcement
API key in Authorization header with Bearer prefix (recommended)
IDX of the Announcement
Request was successful
Invalid request
Last updated