Get Event Comment Count
Returns comment count for an event
Path Parameters
id*integer
Numeric event id.
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/events/23784/comments/count"{
"count": 0
}{
"type": "bad request",
"error": "q is required"
}{
"type": "not found error",
"error": "id not found"
}