GET api/leaguebyTeam/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LeagueDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeagueID | integer |
None. |
|
| CategoryID | integer |
None. |
|
| RegionID | integer |
None. |
|
| International | integer |
None. |
|
| LeagueName | string |
None. |
|
| LeagueImage | string |
None. |
|
| LeagueDate | string |
None. |
|
| LeagueEnd | integer |
None. |
|
| LeagueStart | integer |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.