GET api/scouts/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of ScoutDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| ScoutId | integer |
None. |
|
| ClubId | integer |
None. |
|
| ScoutName | string |
None. |
|
| ScoutSurname | string |
None. |
|
| ScoutMail | string |
None. |
|
| ScoutUser | string |
None. |
|
| ScoutPass | string |
None. |
|
| Rol | string |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.