Get individual votes
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/governance/vote-requests/votes \
--header 'x-api-key: <api-key>'{
"content": [
{
"company": "<string>",
"identifier": "<string>",
"accept": true,
"trackingCid": "<string>",
"title": "<string>",
"reasonUrl": "<string>",
"reason": "<string>",
"voteBefore": 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
}Governance
Get individual votes
Retrieve paginated list of individual votes
GET
/
v1
/
governance
/
vote-requests
/
votes
Get individual votes
curl --request GET \
--url https://api.modo.link/canton-mainnet/v1/governance/vote-requests/votes \
--header 'x-api-key: <api-key>'{
"content": [
{
"company": "<string>",
"identifier": "<string>",
"accept": true,
"trackingCid": "<string>",
"title": "<string>",
"reasonUrl": "<string>",
"reason": "<string>",
"voteBefore": 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
}Authorizations
Response
200 - */*
OK
⌘I