GET api/MarathonesForAthlete?idAthlete={idAthlete}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idAthlete | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Marathon| Name | Description | Type | Additional information |
|---|---|---|---|
| IdMarathon | integer |
None. |
|
| NameMarathon | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdMarathon": 1,
"NameMarathon": "sample string 2"
},
{
"IdMarathon": 1,
"NameMarathon": "sample string 2"
}
]