GET api/Flights/{id}

Gets the details of a specific flight by its ID.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The ID of the flight to get.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An HttpResponse containing the flight details if found; otherwise, a 404 Not Found response.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.