Topics
Topics help you organize your Ideas into groups, much like tags. An Ideas can belong to multiple Topics.
Topic object
Endpoints
List topics
Returns a list of topics
API key in Authorization header with Bearer prefix (recommended)
Limits the number of items on a page
Specifies the page number of the topics to be displayed
Successfully returned a list of topics
Invalid request
Create a topic
Create a new topic
API key in Authorization header with Bearer prefix (recommended)
Successfully created a new topic
A unique identifier for the topic
topic_abcd1234Name of the topic
New featuresNumber of ideas that have been tagged with this Topic
The position of the topic in the topic list
The date & time the Topic was last updated (UTC timezone)
The date & time the Topic was last updated (UTC timezone)
Invalid request
Update a topic
Update a Topic
API key in Authorization header with Bearer prefix (recommended)
Successfully updated a topic
A unique identifier for the topic
topic_abcd1234Name of the topic
New featuresNumber of ideas that have been tagged with this Topic
The position of the topic in the topic list
The date & time the Topic was last updated (UTC timezone)
The date & time the Topic was last updated (UTC timezone)
Invalid request
Delete a topic
Delete a Topic
API key in Authorization header with Bearer prefix (recommended)
Request was successful
Request was successfulInvalid request
Last updated