queryPollVotes

fun queryPollVotes(pollId: String, filter: FilterObject? = null, limit: Int? = null, next: String? = null, sort: QuerySorter<Vote>? = null): Call<QueryPollVotesResult>

Query votes for a specific poll with optional filtering, pagination, and sorting.

Return

Executable async Call responsible for querying votes for a specific poll.

Parameters

pollId

The poll id.

filter

The filter conditions to filter the votes. For available fields check Votes Queryable Fields.

limit

The maximum number of votes to return.

next

The pagination token for fetching the next set of results.

sort

The sort object for the query: Supported fields:

  • created_at Vote creation timestamp