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