GET api/Airplanes
Gets the full list of airplanes registered in the database.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
A list of airplanes
Collection of AirplaneName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
Model | string |
None. |
|
IsActive | boolean |
None. |
|
ExecutiveSeats | integer |
None. |
|
EconomicSeats | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Model": "sample string 2", "IsActive": true, "ExecutiveSeats": 4, "EconomicSeats": 5 }, { "Id": 1, "Model": "sample string 2", "IsActive": true, "ExecutiveSeats": 4, "EconomicSeats": 5 } ]