GET api/1/GameSet/GetAllGameSets?storeId={storeId}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
storeId

integer

Required

Body Parameters

None.

Response Information

Resource Description

Collection of gameset
NameDescriptionTypeAdditional information
gameset_id

integer

None.

store_id

integer

None.

game_form_id

integer

None.

serial_number

string

None.

is_active

boolean

None.

is_terminated

boolean

None.

purchase_date

date

None.

delivery_date

date

None.

date_activated

date

None.

date_ended

date

None.

total_pulltabs

integer

None.

current_tickets_played

integer

None.

current_total_won

decimal number

None.

user_requested

string

None.

state_gaming_stamp

string

None.

MarketId

integer

None.

game_form

game_form

None.

store

store

None.

played_pulltab

Collection of played_pulltab

None.

Response Formats

application/json

Sample:
[
  {
    "date_ended": "2026-02-20T09:18:09.3939714Z",
    "date_activated": "2026-02-20T09:18:09.3939714Z",
    "delivery_date": "2026-02-20T09:18:09.3939714Z",
    "purchase_date": "2026-02-20T09:18:09.3939714Z",
    "is_terminated": true,
    "is_active": true,
    "game_form_id": 3,
    "store_id": 2,
    "gameset_id": 1,
    "MarketId": 1,
    "current_total_won": 1,
    "current_tickets_played": 1,
    "total_pulltabs": 1,
    "state_gaming_stamp": "sample string 12",
    "user_requested": "sample string 11",
    "serial_number": "sample string 4"
  },
  {
    "date_ended": "2026-02-20T09:18:09.3939714Z",
    "date_activated": "2026-02-20T09:18:09.3939714Z",
    "delivery_date": "2026-02-20T09:18:09.3939714Z",
    "purchase_date": "2026-02-20T09:18:09.3939714Z",
    "is_terminated": true,
    "is_active": true,
    "game_form_id": 3,
    "store_id": 2,
    "gameset_id": 1,
    "MarketId": 1,
    "current_total_won": 1,
    "current_tickets_played": 1,
    "total_pulltabs": 1,
    "state_gaming_stamp": "sample string 12",
    "user_requested": "sample string 11",
    "serial_number": "sample string 4"
  }
]