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. |
Response Formats
application/json, text/json
Sample:
[
{
"IdCompetition": 1,
"IdAthlete": 1,
"IdMarathon": 1
},
{
"IdCompetition": 1,
"IdAthlete": 1,
"IdMarathon": 1
}
]