GET api/Jogos
Devolve a lista de todos os jogos registados.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Lista de jogos
Collection of Jogo| Name | Description | Type | Additional information |
|---|---|---|---|
| IdJogo | integer |
None. |
|
| IdClubeCasa | integer |
None. |
|
| IdClubeVisitante | integer |
None. |
|
| DataJogo | date |
None. |
|
| GolosCasa | integer |
None. |
|
| GolosVisitante | integer |
None. |
|
| Jornada | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdJogo": 1,
"IdClubeCasa": 1,
"IdClubeVisitante": 1,
"DataJogo": "2026-08-24T00:13:35.261523-05:00",
"GolosCasa": 5,
"GolosVisitante": 6,
"Jornada": 7
},
{
"IdJogo": 1,
"IdClubeCasa": 1,
"IdClubeVisitante": 1,
"DataJogo": "2026-08-24T00:13:35.261523-05:00",
"GolosCasa": 5,
"GolosVisitante": 6,
"Jornada": 7
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.