Skip to main content
GET
/
cabinet
/
polls
/
count
Get Polls Count
curl --request GET \
  --url http://localhost:8080/cabinet/polls/count
{
  "count": 123
}

Response

200 - application/json

Successful Response

Count of available polls.

count
integer
required