GET api/Airplanes/{id}
Gets a specific airplane by its ID.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The ID of the airplane to get. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
An HttpResponse containing the airplane if found, or a 404 Not Found response if not.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.