GET /thread/{threadId}/replycount
This API is used to get the total number of replies for a given thread ID.
Target users: anyone who has READ permission to the project.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/thread/{threadId}/replycount
Resource URL Variables
{threadId} | - The thread ID to which the returning replies belong |
Parameters
filter optional |
- Filter deleted/ not deleted replies. Available options: DiscussionFilter. |
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | GET |
Request Object | None |
Response Object | ReplyCount (application/json) |