surveys
Survey poll votes
Retrieve multiple-choice poll votes for a specific survey.
Cursor Pagination Tip:
- Uses cursor-based pagination to safely stream high volumes of voting records.
- Specify the after query parameter with the last retrieved record ID to get the next page.
- Requires Administrator authorization.
get/api/surveys/{id_or_slug}/poll_votes
Path parameters
id_or_slugstring required
The ID or slug of the survey.
Query parameters
per_pageinteger
Page size (the number of items to return per page). The default maximum value can be overridden by "API_PER_PAGE_MAX" environment variable.
afterinteger
Return only votes with an ID greater than this value.
Response
Poll votes