GET api/Flights/{id}
Gets the details of a specific flight by its ID.
Request Information
URI Parameters
Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.