cURL
curl --request POST \ --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/admin/sv/voteresults \ --header 'Content-Type: application/json' \ --data ' { "limit": 123, "actionName": "<string>", "accepted": true, "requester": "<string>", "effectiveFrom": "<string>", "effectiveTo": "<string>", "pageToken": 123 } '
{ "dso_rules_vote_results": [ {} ], "next_page_token": 123 }
Cursor for pagination. When requesting the next page of results, pass the next_page_token from the previous response.
next_page_token
ok
Cursor for the next page of results. Pass this as pageToken in the request. If absent or null, there are no more pages.
pageToken
null