cURL
curl --request GET \ --url https://api.modo.link/canton-mainnet/v1/governance/vote-requests/{id}/votes \ --header 'x-api-key: <api-key>'
{ "content": [ { "contractId": "<string>", "templateId": "<string>", "company": "<string>", "sv": "<string>", "accept": true, "reasonUrl": "<string>", "reasonBody": "<string>", "optCastAt": 123, "accountName": "<string>", "accountImg": "<string>" } ], "pageable": { "sort": { "sorted": true, "empty": true, "unsorted": true }, "pageSize": 123, "pageNumber": 123, "offset": 123, "paged": true, "unpaged": true }, "last": true, "totalPages": 123, "totalElements": 123, "totalCount": 123, "size": 123, "number": 123, "sort": { "sorted": true, "empty": true, "unsorted": true }, "first": true, "numberOfElements": 123, "empty": true }
Retrieve paginated list of votes for a specific vote request
Contract ID
Queried API page
Number of queried entries
OK
Show child attributes