Forum APIs
Last updated
Last updated
This api allow the user to get the forum id
/forum/v2/read
successful operation
This api is used to fetch tags from nodebb.
/tags
successful operation
This api allow the user to get context based tags
/forum/tags
successful operation
This api allow the user to get nodebb privileges added for a category
/forum/v3/category/{cid}/privileges
successful operation
This api allow the user to get nodebb users added for a category
/forum/v3/groups/users
successful operation
This api allow the user to get nodebb id bypassing sunbird id
/forum/v2/uids
successful operation
This api allow the user to remove forum id
/forum/v2/remove
successful operation
This api allow the user to add sunbird users into nodebb group
/forum/v3/groups/membership
successful operation
This api allow the user to copy all privileges from one category to another category.
/privileges/v2/copy
successful operation
This api allow the user to attaching category id with a context
/forum/v3/create
successful operation
This api allow the user to get all the details of category based on tag name and cid mentioned in array from nodebb
/tags/list
successful operation