Topics
Topics help you organize your Ideas into groups, much like tags. An Ideas can belong to multiple Topics.
Topic object
Field
Details
Endpoints
List topics
get
Returns a list of topics
Authorizations
AuthorizationstringRequired
API key in Authorization header with Bearer prefix (recommended)
Query parameters
limitintegerOptional
Limits the number of items on a page
offsetintegerOptional
Specifies the page number of the topics to be displayed
Responses
200
Successfully returned a list of topics
application/json
400
Invalid request
application/json
get
/topicsCreate a topic
post
Create a new topic
Authorizations
AuthorizationstringRequired
API key in Authorization header with Bearer prefix (recommended)
Body
namestringOptional
Responses
200
Successfully created a new topic
application/json
400
Invalid request
application/json
post
/topicsUpdate a topic
post
Update a Topic
Authorizations
AuthorizationstringRequired
API key in Authorization header with Bearer prefix (recommended)
Path parameters
topicIdxstringRequired
Body
namestringOptional
Responses
200
Successfully updated a topic
application/json
400
Invalid request
application/json
post
/topics/{topicIdx}Delete a topic
delete
Delete a Topic
Authorizations
AuthorizationstringRequired
API key in Authorization header with Bearer prefix (recommended)
Path parameters
topicIdxstringRequired
Responses
200
Request was successful
application/json
400
Invalid request
application/json
delete
/topics/{topicIdx}Last updated