Kuest Docs

Get Event Comment Count

Returns comment count for an event

Get Help
GET
/events/{id}/comments/count

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}