Topics
Topics help you organize your Ideas into groups, much like tags. An Ideas can belong to multiple Topics.
Topic object
Topic have the following fields
idx string
A unique identifier for the topic
name string
Name of the topic
idea_count number
Number of ideas that have been tagged with this Topic
order number
The position of the topic in the topic list
Endpoints
You can use the following endpoints to manage Topics
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
Invalid request
Update a topic
Update a Topic
API key in Authorization header with Bearer prefix (recommended)
Successfully updated a topic
Invalid request
Delete a topic
Delete a Topic
API key in Authorization header with Bearer prefix (recommended)
Request was successful
Invalid request
Last updated