GET api/teamby/cat/name/club/{clubID}/{catID}/{name}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
clubID

integer

Required

catID

integer

Required

name

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of TeamDTO
NameDescriptionTypeAdditional 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.