v52

latestOpenAPI 3.0.3raw.githubusercontent.com2026-07-2113138232.4 KB
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

type_of'poll_vote' required

Resource discriminator

idinteger required
poll_idinteger required
poll_option_idinteger required
user_idinteger required
user_emailstring email required
session_startinteger required
created_atstring date-time required