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 GameResultBEName | 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": "2025-09-04T14:30:12.6918326+00:00" }, { "IDGAME": 1, "GAME": "sample string 2", "RESULTS": "sample string 3", "MULTIPLIER": 4, "EXTRABALL": 5, "JACKPOT": 6.0, "NEXTDRAWING": "2025-09-04T14:30:12.6918326+00:00" } ]