GET api/1/PullTab/GetWinners?store_id={store_id}&win_amount={win_amount}&date_from={date_from}&date_to={date_to}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| store_id | integer |
None. |
|
| win_amount | decimal number |
None. |
|
| date_from | date |
None. |
|
| date_to | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of GetWinnersInput| Name | Description | Type | Additional information |
|---|---|---|---|
| store_id | integer |
None. |
|
| win_amount | decimal number |
None. |
|
| date_from | date |
None. |
|
| date_to | date |
None. |
Response Formats
application/json
Sample:
[
{
"date_to": "2026-02-24T08:15:00.2903075Z",
"date_from": "2026-02-24T08:15:00.2903075Z",
"win_amount": 2,
"store_id": 1
},
{
"date_to": "2026-02-24T08:15:00.2903075Z",
"date_from": "2026-02-24T08:15:00.2903075Z",
"win_amount": 2,
"store_id": 1
}
]