POST V2/Vote/GetList

Request Information

URI Parameters

None.

Body Parameters

VoteCond
NameDescriptionTypeAdditional 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": "531886c3-2dd5-495d-9ccd-b83c883a7fd0",
  "VoteKeys": [
    "sample string 1",
    "sample string 2"
  ],
  "ClassKeys": [
    "sample string 1",
    "sample string 2"
  ]
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'VoteCond'.

Response Information

Resource Description

PageDataOfVoteItemView
NameDescriptionTypeAdditional information
TotalPage

integer

None.

TotalRecord

integer

None.

Data

Collection of VoteItemView

None.

Page

integer

None.

PageSize

integer

None.

Offset

integer

None.

SortName

string

None.

SortOrder

string

None.

Response Formats

application/json, text/json

Sample:
{
  "TotalPage": 1,
  "TotalRecord": 1,
  "Data": [
    {
      "Id": "02b0e7d4-60a8-431b-bc11-797584ac11fe",
      "Name": "sample string 2",
      "Info": "sample string 3",
      "Image": "sample string 4",
      "Qty": 5,
      "VoteKey": "sample string 6",
      "Rand": 7,
      "L": 8,
      "VoteClass": {
        "Id": "7fbc992a-e0c9-486d-844c-f9cd51e46832",
        "ClassName": "sample string 2",
        "ClassLogo": "sample string 3",
        "Type": "sample string 4"
      }
    },
    {
      "Id": "02b0e7d4-60a8-431b-bc11-797584ac11fe",
      "Name": "sample string 2",
      "Info": "sample string 3",
      "Image": "sample string 4",
      "Qty": 5,
      "VoteKey": "sample string 6",
      "Rand": 7,
      "L": 8,
      "VoteClass": {
        "Id": "7fbc992a-e0c9-486d-844c-f9cd51e46832",
        "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"
}