Forum APIs

Get Forum Id

post

This api allow the user to get the forum id

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/v2/read
200

successful operation

Attaching category for context

post

This api allow the user to attaching category id with a context

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/v3/create
200

successful operation

Remove forum id

post

This api allow the user to remove forum id

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/v2/remove
200

successful operation

Get nodebb uids based on sunbird id

post

This api allow the user to get nodebb id bypassing sunbird id

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/v2/uids
200

successful operation

Get nodebb users added for a category

post

This api allow the user to get nodebb users added for a category

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/v3/groups/users
200

successful operation

Add sunbird users into nodebb group

post

This api allow the user to add sunbird users into nodebb group

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/v3/group/membership
200

successful operation

Get context based tags

post

This api allow the user to get context based tags

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/tags
200

successful operation

Get nodebb privileges added for a category

post

This api allow the user to get nodebb privileges added for a category

Path parameters
cidintegerRequired
Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/forum/v3/category/{cid}/privileges
200

successful operation

Get list of all tags

get

This api is used to fetch tags from nodebb.

Header parameters
AuthorizationstringRequired
Responses
200

successful operation

application/json
get
/discussion/tags

Get List of category details for based on tag name and cid.

post

This api allow the user to get all the details of category based on tag name and cid mentioned in array from nodebb

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/tags/list

Copy privileges from one category to another category

post

This api allow the user to copy all privileges from one category to another category.

Header parameters
AuthorizationstringRequired
Body
Responses
200

successful operation

application/json
post
/discussion/privileges/v2/copy

Last updated

Was this helpful?