GET api/get/reviews/player/{idPlayer}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
idPlayer | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ReviewDTOName | Description | Type | Additional information |
---|---|---|---|
reviewId | integer |
None. |
|
comments | string |
None. |
|
date | date |
None. |
|
scout | ScoutDTO |
None. |
|
player | PlayerDTO |
None. |
|
positionId | integer |
None. |
|
level | string |
None. |
|
technical | integer |
None. |
|
tactical | integer |
None. |
|
phisic | integer |
None. |
|
mental | integer |
None. |
|
intelligence | integer |
None. |
|
skillComments | string |
None. |
|
futureSkills | string |
None. |
|
status | string |
None. |
|
leveInternational | string |
None. |
|
laterality | string |
None. |
|
gameLevel | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.