GET api/flights/{flightId}/tickets
Gets all tickets associated with a specific flight.
Request Information
URI Parameters
Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.