GET api/v1/WxVote/GetVoteInfo/{ID}?OperaterID={OperaterID}&Operater={Operater}&Value={Value}&PageIndex={PageIndex}&PageSize={PageSize}&RoleCode={RoleCode}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| OperaterID | integer |
None. |
|
| Operater | string |
None. |
|
| Value | string |
None. |
|
| PageIndex | integer |
None. |
|
| PageSize | integer |
None. |
|
| RoleCode | string |
None. |
Body Parameters
None.
Response Information
Resource Description
ResponseOfQueryBusProjectVoteDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | QueryBusProjectVoteDTO |
None. |
|
| Message | string |
None. |
|
| Code | EResponseCode |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"ProjectID": 1,
"ID": 2,
"VoteName": "sample string 3",
"CusName": "sample string 4",
"VoteNumber": 5,
"QrCodeUrl": "sample string 6",
"BusProjectVoteItems": [
{
"ID": 1,
"BusProjectVoteId": 2,
"VoteQuestion": "sample string 3",
"VoteType": 4,
"VoteCount": 5,
"BusProjectVoteItemOptions": [
{
"ID": 1,
"VoteOptions": "sample string 2",
"BusProjectVoteId": 3,
"VoteOptionCount": 4,
"BusProjectVoteItemId": 5,
"Checked": true
},
{
"ID": 1,
"VoteOptions": "sample string 2",
"BusProjectVoteId": 3,
"VoteOptionCount": 4,
"BusProjectVoteItemId": 5,
"Checked": true
}
]
},
{
"ID": 1,
"BusProjectVoteId": 2,
"VoteQuestion": "sample string 3",
"VoteType": 4,
"VoteCount": 5,
"BusProjectVoteItemOptions": [
{
"ID": 1,
"VoteOptions": "sample string 2",
"BusProjectVoteId": 3,
"VoteOptionCount": 4,
"BusProjectVoteItemId": 5,
"Checked": true
},
{
"ID": 1,
"VoteOptions": "sample string 2",
"BusProjectVoteId": 3,
"VoteOptionCount": 4,
"BusProjectVoteItemId": 5,
"Checked": true
}
]
}
]
},
"Message": "sample string 1",
"Code": 0
}