GET api/players/team/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of PlayerDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| PlayerId | integer |
None. |
|
| PlayerName | string |
None. |
|
| PlayerSurname | string |
None. |
|
| BirthDate | string |
None. |
|
| Nacionality | string |
None. |
|
| Heigth | decimal number |
None. |
|
| Weight | decimal number |
None. |
|
| Price | decimal number |
None. |
|
| Contract | string |
None. |
|
| Contact | string |
None. |
|
| Agent | string |
None. |
|
| ContactAgent | string |
None. |
|
| ContactFamily | string |
None. |
|
| Photo | string |
None. |
|
| Pos | string |
None. |
|
| reviews | Collection of ReviewDTO |
None. |
|
| lvl | integer |
None. |
|
| dorsal | integer |
None. |
|
| titularidad | string |
None. |
|
| posicion | integer |
None. |
|
| laterality | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.