GET api/loterias/latestwinners/grouped
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GroupGameBE| Name | Description | Type | Additional information |
|---|---|---|---|
| P_GROUP_GAME_ID | integer |
None. |
|
| DESCR | string |
None. |
|
| JACKPOT_PRINT | string |
None. |
|
| LOTTERY_TYPE | string |
None. |
|
| SHORT_JACKPOT | boolean |
None. |
|
| NM | string |
None. |
|
| DRAWING_LIST | Collection of WinningNumberBE |
None. |
|
| DRAWING_DATE | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"P_GROUP_GAME_ID": 1,
"DESCR": "sample string 2",
"JACKPOT_PRINT": "sample string 3",
"LOTTERY_TYPE": "sample string 4",
"SHORT_JACKPOT": true,
"NM": "sample string 6",
"DRAWING_LIST": [
{
"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"
}
],
"DRAWING_DATE": "sample string 7"
},
{
"P_GROUP_GAME_ID": 1,
"DESCR": "sample string 2",
"JACKPOT_PRINT": "sample string 3",
"LOTTERY_TYPE": "sample string 4",
"SHORT_JACKPOT": true,
"NM": "sample string 6",
"DRAWING_LIST": [
{
"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"
}
],
"DRAWING_DATE": "sample string 7"
}
]