GET api/Airports/{id}

Gets a single airport by its ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the airport.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The airport if found; otherwise, a NotFound response.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.