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

/v0/voterequests/{vote_request_contract_id}

GET
/
v0
/
voterequests
/
{vote_request_contract_id}
Try it
/v0/voterequests/{vote_request_contract_id}

cURL

curl --request GET \
  --url https://scan.sv-1.global.canton.network.sync.global/api/scan/v0/voterequests/{vote_request_contract_id}
200
404
{
  "dso_rules_vote_request": {
    "template_id": "<string>",
    "contract_id": "<string>",
    "payload": {},
    "created_event_blob": "<string>",
    "created_at": "<string>"
  }
}

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.

Path Parameters

vote_request_contract_id
string
required

Response

200
application/json

ok

A contract of Daml template Splice.DsoRules:VoteRequest.

dso_rules_vote_request
object
required

Show child attributes