Topic APIs
Last updated
Was this helpful?
Last updated
Was this helpful?
This api allow the user to get all the unread topics in nodebb
/unread
This api allow the user to get all the recent topics in nodebb
/recent
This api allow the user to get all the popular topics in nodebb
/recent
This api allow the user to get teaser details of topic in nodebb
/topic/teaser/{topic_id}
This api allow the user to get topics details by using topicId ad slug from nodebb
/topic/{topic_id}/{slug}
This api allow the user to delete a topic in nodebb
/v2/topics/{tid}/state
This api allow the user to follow a topic in nodebb
/v2/topics/{tid}/state
This api allow the user to unfollow a topic in nodebb
/v2/topics/{tid}/state
This api allow the user to delete tags for a topic in nodebb
/v2/topics/{tid}/tags
This api allow the user to unpin a topic in nodebb
/v2/topics/{tid}/pin
This api allow the user to delete topic in nodebb
/v2/topics/{tid}
This api allow the user to create new topic in nodebb
/v2/topics
This api allow the user to add tags to a topic in nodebb
/v2/topics/{tid}/tags
This api allow the user to pin to a topic in nodebb
/v2/topics/{tid}/pin
This api allow the user to update topic details in nodebb
/v2/topics/{tid}
This api allow the user to create new reply to topic in nodebb
/v2/topics/{tid}