Skip to main content
POST
POST /v0/admin/sv/voteresults

Body

application/json
limit
integer
required
actionName
string
accepted
boolean
requester
string
effectiveFrom
string
effectiveTo
string
pageToken
integer

Cursor for pagination. When requesting the next page of results, pass the next_page_token from the previous response. Results are ordered by effective date (the accepted vote's effectiveAt, or the result's completedAt otherwise), descending.

Response

200 - application/json

ok

dso_rules_vote_results
object[]
required
next_page_token
integer

Cursor for the next page of results. Pass this as pageToken in the request. If absent or null, there are no more pages.