GET api/Airport
List of all Airports in the database
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
List with all Airports in the database
Collection of Airport| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Code | string |
None. |
|
| City | string |
None. |
|
| Country | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Code": "sample string 2",
"City": "sample string 3",
"Country": "sample string 4"
},
{
"Id": 1,
"Code": "sample string 2",
"City": "sample string 3",
"Country": "sample string 4"
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.