POST V2/Vote/GetClassList
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": "fc5724f5-5a10-4625-997b-9cccee65d2af",
"VoteKeys": [
"sample string 1",
"sample string 2"
],
"ClassKeys": [
"sample string 1",
"sample string 2"
]
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Collection of VoteClassGroup| Name | Description | Type | Additional information |
|---|---|---|---|
| Key | string |
None. |
|
| List | Collection of VoteClass |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Key": "sample string 1",
"List": [
{
"Id": "0eb41f3b-df8c-487a-9fd2-2156c1763aa1",
"ClassName": "sample string 2",
"ClassLogo": "sample string 3",
"Type": "sample string 4"
},
{
"Id": "0eb41f3b-df8c-487a-9fd2-2156c1763aa1",
"ClassName": "sample string 2",
"ClassLogo": "sample string 3",
"Type": "sample string 4"
}
]
},
{
"Key": "sample string 1",
"List": [
{
"Id": "0eb41f3b-df8c-487a-9fd2-2156c1763aa1",
"ClassName": "sample string 2",
"ClassLogo": "sample string 3",
"Type": "sample string 4"
},
{
"Id": "0eb41f3b-df8c-487a-9fd2-2156c1763aa1",
"ClassName": "sample string 2",
"ClassLogo": "sample string 3",
"Type": "sample string 4"
}
]
}
]