GET api/Airplanes/{id}

Gets a specific airplane by its ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional 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.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.