POST V2/Vote/GetClassList
Request Information
URI Parameters
None.
Body Parameters
VoteCondName | 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": "b80e7ca2-8e67-451c-aac0-d446d9960746", "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 VoteClassGroupName | 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": "857af080-be64-4ec3-beb5-8e156c69a270", "ClassName": "sample string 2", "ClassLogo": "sample string 3", "Type": "sample string 4" }, { "Id": "857af080-be64-4ec3-beb5-8e156c69a270", "ClassName": "sample string 2", "ClassLogo": "sample string 3", "Type": "sample string 4" } ] }, { "Key": "sample string 1", "List": [ { "Id": "857af080-be64-4ec3-beb5-8e156c69a270", "ClassName": "sample string 2", "ClassLogo": "sample string 3", "Type": "sample string 4" }, { "Id": "857af080-be64-4ec3-beb5-8e156c69a270", "ClassName": "sample string 2", "ClassLogo": "sample string 3", "Type": "sample string 4" } ] } ]