GET api/flights/{flightId}/tickets

Gets all tickets associated with a specific flight.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
flightId

The ID of the flight.

integer

Required

Body Parameters

None.

Response Information

Resource Description

An HttpResponse containing a list of tickets for the given flight, or a 404 response if the flight is not found.

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.