GET api/teamby/cat/name/club/{clubID}/{catID}/{name}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
clubID | integer |
Required |
|
catID | integer |
Required |
|
name | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of TeamDTOName | 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.