The Open API specification for Synapse is now available for download!

Download Open API Spec

GET /forum/{forumId}/threadcount

This API is used to get the total number of threads for a given forum ID.
Target users: anyone who has READ permission to the project.

Resource URL

https://repo-prod.prod.sagebase.org/repo/v1/forum/{forumId}/threadcount

Resource URL Variables
{forumId} - The forum ID to which the returning threads belong
Parameters
filter

optional

- Filter deleted/ not deleted threads. Available options: DiscussionFilter.
Resource Information
Authentication Required
Required OAuth Scopes view
HTTP Method GET
Request Object None
Response Object ThreadCount
(application/json)