Skip to main content
POST
/
v0
/
admin
/
sv
/
voteresults
/v0/admin/sv/voteresults
curl --request POST \
  --url https://example.com/api/scan/v0/admin/sv/voteresults \
  --header 'Content-Type: application/json' \
  --data '
{
  "limit": 123,
  "actionName": "<string>",
  "accepted": true,
  "requester": "<string>",
  "effectiveFrom": "<string>",
  "effectiveTo": "<string>"
}
'
{
  "dso_rules_vote_results": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.canton.network/llms.txt

Use this file to discover all available pages before exploring further.

Body

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

Response

200 - application/json

ok

dso_rules_vote_results
object[]
required