Returns the list of votes for a specified proposal, including the value of each vote and the unique identifier of the member that cast the vote.
Applies only to Hyperledger Fabric.
get/networks/{networkId}/proposals/{proposalId}/votes
Path parameters
networkIdstring required
The unique identifier of the network.
proposalIdstring required
The unique identifier of the proposal.
Query parameters
maxResultsinteger
The maximum number of votes to return.
nextTokenstring
The pagination token that indicates the next set of results to retrieve.
MaxResultsstring
Pagination limit
NextTokenstring
Pagination token
Response
Success