GET api/electronica/games

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GamesBE
NameDescriptionTypeAdditional information
IDGAME

integer

None.

GAME_NM

string

None.

SIZE

integer

None.

JACKPOT

boolean

None.

EXTRABALL

boolean

None.

EXTRABNAME

string

None.

MULTIPLIER

boolean

None.

MULTIPLIER_NM

string

None.

BONUS

boolean

None.

EXTRABCOLOR

string

None.

GAME_GROUP

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "IDGAME": 1,
    "GAME_NM": "sample string 2",
    "SIZE": 3,
    "JACKPOT": true,
    "EXTRABALL": true,
    "EXTRABNAME": "sample string 6",
    "MULTIPLIER": true,
    "MULTIPLIER_NM": "sample string 8",
    "BONUS": true,
    "EXTRABCOLOR": "sample string 10",
    "GAME_GROUP": 11
  },
  {
    "IDGAME": 1,
    "GAME_NM": "sample string 2",
    "SIZE": 3,
    "JACKPOT": true,
    "EXTRABALL": true,
    "EXTRABNAME": "sample string 6",
    "MULTIPLIER": true,
    "MULTIPLIER_NM": "sample string 8",
    "BONUS": true,
    "EXTRABCOLOR": "sample string 10",
    "GAME_GROUP": 11
  }
]