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

POST /v0/admin/sv/voteresults

POST
/
v0
/
admin
/
sv
/
voteresults
Try it
POST /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>",
  "pageToken": 123
}
'
200
{
  "dso_rules_vote_results": [
    {}
  ],
  "next_page_token": 123
}

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.

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.