GET api/teams/category/{id}/{name}/{cat}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
|
| name | string |
Required |
|
| cat | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of 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, application/xml, text/xml
Sample:
Sample not available.