cURL
curl --request POST \ --url https://example.com/api/scan/v0/voterequest \ --header 'Content-Type: application/json' \ --data ' { "vote_request_contract_ids": [ "<string>" ] } '
{ "vote_requests": [ { "template_id": "<string>", "contract_id": "<string>", "payload": {}, "created_event_blob": "<string>", "created_at": "<string>" } ] }
Look up several VoteRequest\ s at once by their contract IDs.
VoteRequest
Documentation IndexFetch the complete documentation index at: https://docs.canton.network/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.canton.network/llms.txt
Use this file to discover all available pages before exploring further.
Contract IDs of Daml template Splice.DsoRules:VoteRequest.
Splice.DsoRules:VoteRequest
ok
Contracts of Daml template Splice.DsoRules:VoteRequest that match vote_request_contract_ids in the request.
vote_request_contract_ids
Show child attributes