Skip to content
Documentation/canton-network-docs/Splice APIsScan APIsScan APIView on canton-network-docs
canton-network-docs/Splice APIsScan APIsScan API

/v0/admin/sv/voteresults

POST
/
v0
/
admin
/
sv
/
voteresults
Try it
/v0/admin/sv/voteresults

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>"
}
'
200
{
  "dso_rules_vote_results": [
    {}
  ]
}

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