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
successful operation
This api allow the user to get all the recent topics in nodebb
/recent
successful operation
This api allow the user to get all the popular topics in nodebb
/recent
successful operation
This api allow the user to get teaser details of topic in nodebb
/topic/teaser/{topic_id}
successful operation
This api allow the user to get topics details by using topicId ad slug from nodebb
/topic/{topic_id}/{slug}
successful operation
This api allow the user to create new topic in nodebb
/v2/topics
successful operation
{"topicData":{"pinned":4,"lastposttime":6,"upvotes":7,"unreplied":6,"mainPost":{},"unread":true,"timestampISO":"timestampISO","title":"title","teaserPid":{},"tid":5,"uid":7,"lastposttimeISO":"lastposttimeISO","deleterUid":1,"isOwner":true,"mainPid":1,"locked":2,"slug":"slug","timestamp":2,"ignored":true,"downvotes":1,"icons":{},"tags":{},"bookmark":{},"deleted":3,"postcount":5,"viewcount":9,"titleRaw":"titleRaw","votes":1,"category":{},"user":{},"cid":0,"teaser":{}},"postData":{"isMain":true,"bookmarked":true,"selfPost":true,"index":9,"pid":7,"timestampISO":"timestampISO","display_edit_tools":true,"tid":4,"content":"content","uid":1,"display_moderator_tools":true,"display_move_tools":true,"topic":{},"votes":6,"display_delete_tools":true,"user":{},"timestamp":5,"cid":9}}
This api allow the user to delete a topic in nodebb
/v2/topics/{tid}/state
successful operation
This api allow the user to follow a topic in nodebb
/v2/topics/{tid}/state
successful operation
This api allow the user to unfollow a topic in nodebb
/v2/topics/{tid}/state
successful operation
This api allow the user to add tags to a topic in nodebb
/v2/topics/{tid}/tags
successful operation
This api allow the user to delete tags for a topic in nodebb
/v2/topics/{tid}/tags
successful operation
This api allow the user to pin to a topic in nodebb
/v2/topics/{tid}/pin
successful operation
This api allow the user to unpin a topic in nodebb
/v2/topics/{tid}/pin
successful operation
This api allow the user to update topic details in nodebb
/v2/topics/{tid}
successful operation
{"topicData":{"pinned":4,"lastposttime":6,"upvotes":7,"unreplied":6,"mainPost":{},"unread":true,"timestampISO":"timestampISO","title":"title","teaserPid":{},"tid":5,"uid":7,"lastposttimeISO":"lastposttimeISO","deleterUid":1,"isOwner":true,"mainPid":1,"locked":2,"slug":"slug","timestamp":2,"ignored":true,"downvotes":1,"icons":{},"tags":{},"bookmark":{},"deleted":3,"postcount":5,"viewcount":9,"titleRaw":"titleRaw","votes":1,"category":{},"user":{},"cid":0,"teaser":{}},"postData":{"isMain":true,"bookmarked":true,"selfPost":true,"index":9,"pid":7,"timestampISO":"timestampISO","display_edit_tools":true,"tid":4,"content":"content","uid":1,"display_moderator_tools":true,"display_move_tools":true,"topic":{},"votes":6,"display_delete_tools":true,"user":{},"timestamp":5,"cid":9}}
This api allow the user to create new reply to topic in nodebb
/v2/topics/{tid}
successful operation
{"topicData":{"pinned":4,"lastposttime":6,"upvotes":7,"unreplied":6,"mainPost":{},"unread":true,"timestampISO":"timestampISO","title":"title","teaserPid":{},"tid":5,"uid":7,"lastposttimeISO":"lastposttimeISO","deleterUid":1,"isOwner":true,"mainPid":1,"locked":2,"slug":"slug","timestamp":2,"ignored":true,"downvotes":1,"icons":{},"tags":{},"bookmark":{},"deleted":3,"postcount":5,"viewcount":9,"titleRaw":"titleRaw","votes":1,"category":{},"user":{},"cid":0,"teaser":{}},"postData":{"isMain":true,"bookmarked":true,"selfPost":true,"index":9,"pid":7,"timestampISO":"timestampISO","display_edit_tools":true,"tid":4,"content":"content","uid":1,"display_moderator_tools":true,"display_move_tools":true,"topic":{},"votes":6,"display_delete_tools":true,"user":{},"timestamp":5,"cid":9}}
This api allow the user to delete topic in nodebb
/v2/topics/{tid}
successful operation
{"topicData":{"pinned":4,"lastposttime":6,"upvotes":7,"unreplied":6,"mainPost":{},"unread":true,"timestampISO":"timestampISO","title":"title","teaserPid":{},"tid":5,"uid":7,"lastposttimeISO":"lastposttimeISO","deleterUid":1,"isOwner":true,"mainPid":1,"locked":2,"slug":"slug","timestamp":2,"ignored":true,"downvotes":1,"icons":{},"tags":{},"bookmark":{},"deleted":3,"postcount":5,"viewcount":9,"titleRaw":"titleRaw","votes":1,"category":{},"user":{},"cid":0,"teaser":{}},"postData":{"isMain":true,"bookmarked":true,"selfPost":true,"index":9,"pid":7,"timestampISO":"timestampISO","display_edit_tools":true,"tid":4,"content":"content","uid":1,"display_moderator_tools":true,"display_move_tools":true,"topic":{},"votes":6,"display_delete_tools":true,"user":{},"timestamp":5,"cid":9}}