GET api/Maathons

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Maathon
NameDescriptionTypeAdditional information
Id_Marathon

integer

None.

Name_Marathone

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id_Marathon": 1,
    "Name_Marathone": "sample string 2"
  },
  {
    "Id_Marathon": 1,
    "Name_Marathone": "sample string 2"
  }
]