GET api/electronica/winners/{idgame}/{date1}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idgame | integer |
Required |
|
| date1 | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of WinningNumberBE| Name | Description | Type | Additional information |
|---|---|---|---|
| LOTTERY | string |
None. |
|
| IDGAME | integer |
None. |
|
| GAME_NM | string |
None. |
|
| DRAWINGNUMBER | string |
None. |
|
| RESULTS | string |
None. |
|
| RAWRESULTS | string |
None. |
|
| EXTRABALL | integer |
None. |
|
| MULTIPLIER | integer |
None. |
|
| JACKPOT | decimal number |
None. |
|
| NEXTJACKPOT | decimal number |
None. |
|
| DRAWINGDATE | string |
None. |
|
| EXTRABCOLOR | string |
None. |
|
| WINNERS | boolean |
None. |
|
| GAME_GROUP | integer |
None. |
|
| GAME_LINK | string |
None. |
|
| RESULT_TYPE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LOTTERY": "sample string 1",
"IDGAME": 2,
"GAME_NM": "sample string 3",
"DRAWINGNUMBER": "sample string 4",
"RESULTS": "sample string 5",
"RAWRESULTS": "sample string 6",
"EXTRABALL": 7,
"MULTIPLIER": 8,
"JACKPOT": 9.0,
"NEXTJACKPOT": 10.0,
"DRAWINGDATE": "sample string 11",
"EXTRABCOLOR": "sample string 12",
"WINNERS": true,
"GAME_GROUP": 14,
"GAME_LINK": "sample string 15",
"RESULT_TYPE": "sample string 16"
},
{
"LOTTERY": "sample string 1",
"IDGAME": 2,
"GAME_NM": "sample string 3",
"DRAWINGNUMBER": "sample string 4",
"RESULTS": "sample string 5",
"RAWRESULTS": "sample string 6",
"EXTRABALL": 7,
"MULTIPLIER": 8,
"JACKPOT": 9.0,
"NEXTJACKPOT": 10.0,
"DRAWINGDATE": "sample string 11",
"EXTRABCOLOR": "sample string 12",
"WINNERS": true,
"GAME_GROUP": 14,
"GAME_LINK": "sample string 15",
"RESULT_TYPE": "sample string 16"
}
]