Get all votes with identifier
Last updated
Last updated
Retrieve all the votes by using the custom identifier property
We love our servers, like everyone else, which is why this API sends our paginated response. You can pass in offset & limit to fetch votes in bulk as pages.
There is a max limit of 100, so even if you pass
?limit=150
it will only send at max 100.
GET
https://api.pollsapi.com/v1/get/votes-with-identifier/{identifier}?offset=0&limit=25
This endpoint allows you to fetch paginated response for all the Votes on a poll.
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
Name | Type | Description |
---|---|---|
identifier
string
Custom identifier used to create the vote
offset
number
Number of items to be skipped
limit
number
Number of items to be fetched (Max: 100)
Content-Type
string
application/json
api-key
string
API Key for your account