Forum APIs
This api allow the user to get the forum id
- The endpoint for Forum is
/forum/v2/read - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/v2/read
successful operation
successful operation
This api allow the user to attaching category id with a context
- The endpoint for Forum is
/forum/v3/create - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/v3/create
successful operation
successful operation
This api allow the user to remove forum id
- The endpoint for Forum is
/forum/v2/remove - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/v2/remove
successful operation
successful operation
This api allow the user to get nodebb id bypassing sunbird id
- The endpoint for Forum is
/forum/v2/uids - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/v2/uids
successful operation
successful operation
This api allow the user to get nodebb users added for a category
- The endpoint for Forum is
/forum/v3/groups/users - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/v3/groups/users
successful operation
successful operation
This api allow the user to add sunbird users into nodebb group
- The endpoint for Forum is
/forum/v3/groups/membership - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/v3/groups/membership
successful operation
successful operation
This api allow the user to get context based tags
- The endpoint for Forum is
/forum/tags - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/tags
successful operation
successful operation
This api allow the user to get nodebb privileges added for a category
- The endpoint for Forum is
/forum/v3/category/{cid}/privileges - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/forum/v3/category/{cid}/privileges
successful operation
successful operation
This api is used to fetch tags from nodebb.
- The endpoint for Tags is
/tags - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/tags
successful operation
Bad request
This api allow the user to get all the details of category based on tag name and cid mentioned in array from nodebb
- The endpoint for Tag is
/tags/list - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/tags/list
successful operation
Bad request
This api allow the user to copy all privileges from one category to another category.
- The endpoint for Privileges is
/privileges/v2/copy - The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
- Backend Route: http://nodebb-service:4567/discussions/api/privileges/v2/copy
successful operation
Bad request
Last updated
Was this helpful?