POST V2/Vote/GetListByClass
Request Information
URI Parameters
None.
Body Parameters
VoteCond| Name | Description | Type | Additional information |
|---|---|---|---|
| PageInfo | PageInfo |
None. |
|
| Key | string |
None. |
|
| ClassId | globally unique identifier |
None. |
|
| VoteKeys | Collection of string |
None. |
|
| ClassKeys | Collection of string |
None. |
Request Formats
application/json, text/json
Sample:
{
"PageInfo": {
"Page": 1,
"PageSize": 2,
"Offset": 0,
"SortName": "sample string 3",
"SortOrder": "sample string 4"
},
"Key": "sample string 1",
"ClassId": "06f3af99-2366-4367-8a51-1422fc313a6f",
"VoteKeys": [
"sample string 1",
"sample string 2"
],
"ClassKeys": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
VoteClassView| Name | Description | Type | Additional information |
|---|---|---|---|
| VoteClass | VoteClass |
None. |
|
| Votes | PageDataOfVoteItemView |
None. |
Response Formats
application/json, text/json
Sample:
{
"VoteClass": {
"Id": "1231328d-ac91-4aba-81db-0fb37d231b51",
"ClassName": "sample string 2",
"ClassLogo": "sample string 3",
"Type": "sample string 4"
},
"Votes": {
"TotalPage": 1,
"TotalRecord": 1,
"Data": [
{
"Id": "3af6aa7b-a8de-4564-9a8c-34a5b7282e33",
"Name": "sample string 2",
"Info": "sample string 3",
"Image": "sample string 4",
"Qty": 5,
"VoteKey": "sample string 6",
"Rand": 7,
"L": 8,
"VoteClass": {
"Id": "1231328d-ac91-4aba-81db-0fb37d231b51",
"ClassName": "sample string 2",
"ClassLogo": "sample string 3",
"Type": "sample string 4"
}
},
{
"Id": "3af6aa7b-a8de-4564-9a8c-34a5b7282e33",
"Name": "sample string 2",
"Info": "sample string 3",
"Image": "sample string 4",
"Qty": 5,
"VoteKey": "sample string 6",
"Rand": 7,
"L": 8,
"VoteClass": {
"Id": "1231328d-ac91-4aba-81db-0fb37d231b51",
"ClassName": "sample string 2",
"ClassLogo": "sample string 3",
"Type": "sample string 4"
}
}
],
"Page": 2,
"PageSize": 3,
"Offset": 3,
"SortName": "sample string 4",
"SortOrder": "sample string 5"
}
}