GET api/juego/loterias
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of LoteriasDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LoteriaId | integer |
None. |
|
| LoteriaNombre | string |
None. |
|
| LoteriaNombreAb | string |
None. |
|
| Imagen | string |
None. |
|
| SorteoHora | time interval |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"LoteriaId": 1,
"LoteriaNombre": "sample string 2",
"LoteriaNombreAb": "sample string 3",
"Imagen": "sample string 4",
"SorteoHora": "00:00:00.1234567"
},
{
"$ref": "1"
}
]