Get Series Comment Count
Returns comment count for a series
Path Parameters
id*string
Series id or slug
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/series/string/comments/count"{
"count": 0
}{
"type": "bad request",
"error": "q is required"
}{
"type": "not found error",
"error": "id not found"
}