GET api/electronica/gameresult/{idgame}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idgame | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GameResultBE| Name | Description | Type | Additional information |
|---|---|---|---|
| IDGAME | integer |
None. |
|
| GAME | string |
None. |
|
| RESULTS | string |
None. |
|
| MULTIPLIER | integer |
None. |
|
| EXTRABALL | integer |
None. |
|
| JACKPOT | decimal number |
None. |
|
| NEXTDRAWING | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IDGAME": 1,
"GAME": "sample string 2",
"RESULTS": "sample string 3",
"MULTIPLIER": 4,
"EXTRABALL": 5,
"JACKPOT": 6.0,
"NEXTDRAWING": "2026-02-04T03:07:31.81966+00:00"
},
{
"IDGAME": 1,
"GAME": "sample string 2",
"RESULTS": "sample string 3",
"MULTIPLIER": 4,
"EXTRABALL": 5,
"JACKPOT": 6.0,
"NEXTDRAWING": "2026-02-04T03:07:31.81966+00:00"
}
]