GET api/Game/GameList?q={q}&s={s}&actk={actk}&accessToken={accessToken}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
q

string

Required

s

string

Required

actk

string

None.

accessToken

string

None.

Body Parameters

None.

Response Information

Resource Description

GameListResponseModel
NameDescriptionTypeAdditional information
gamelist

Collection of GameViewModel

None.

status

string

None.

description

string

None.

Response Formats

application/json, text/json

Sample:
{
  "gamelist": [
    {
      "gId": 0,
      "gtyp": 0,
      "jpr": 1.0,
      "jpa": 1.0,
      "jpgroup": 500,
      "gname": "sample string 1"
    },
    {
      "gId": 0,
      "gtyp": 0,
      "jpr": 1.0,
      "jpa": 1.0,
      "jpgroup": 500,
      "gname": "sample string 1"
    }
  ],
  "status": "sample string 1",
  "description": "sample string 2"
}