GET api/allgames/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of GameDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| date | date |
None. |
|
| visitor | TeamDTO |
None. |
|
| team | TeamDTO |
None. |
|
| scout | ScoutDTO |
None. |
|
| time | string |
None. |
|
| stadium | string |
None. |
|
| finishedActa | integer |
None. |
|
| sistema | string |
None. |
|
| sistema2 | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.