GET api/Maathons
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Maathon| Name | Description | Type | Additional 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"
}
]