GET api/team/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
TeamDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| teamId | integer |
None. |
|
| teamName | string |
None. |
|
| category | CategoryDTO |
None. |
|
| clubId | integer |
None. |
|
| picture | string |
None. |
|
| teamPlayers | Collection of PlayerDTO |
None. |
Response Formats
application/json, text/json
Sample:
Sample not available.