GET api/v1/aircrafts/listitems/towingaircrafts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AircraftListItemName | Description | Type | Additional information |
---|---|---|---|
AircraftId | globally unique identifier |
None. |
|
CompetitionSign | string |
None. |
|
Immatriculation | string |
None. |
|
AircraftType | integer |
None. |
|
HasEngine | boolean |
None. |
|
IsTowingOrWinchRequired | boolean |
None. |
|
IsTowingstartAllowed | boolean |
None. |
|
IsWinchstartAllowed | boolean |
None. |
|
NrOfSeats | integer |
None. |
|
CurrentAircraftState | integer |
None. |
Response Formats
application/json, text/json
Sample:
[ { "AircraftId": "2a7d60e4-f3e4-4354-9bb3-4b3ad924a730", "CompetitionSign": "sample string 2", "Immatriculation": "sample string 3", "AircraftType": 4, "HasEngine": true, "IsTowingOrWinchRequired": true, "IsTowingstartAllowed": true, "IsWinchstartAllowed": true, "NrOfSeats": 1, "CurrentAircraftState": 9 }, { "AircraftId": "2a7d60e4-f3e4-4354-9bb3-4b3ad924a730", "CompetitionSign": "sample string 2", "Immatriculation": "sample string 3", "AircraftType": 4, "HasEngine": true, "IsTowingOrWinchRequired": true, "IsTowingstartAllowed": true, "IsWinchstartAllowed": true, "NrOfSeats": 1, "CurrentAircraftState": 9 } ]
text/html
Sample:
[{"AircraftId":"2a7d60e4-f3e4-4354-9bb3-4b3ad924a730","CompetitionSign":"sample string 2","Immatriculation":"sample string 3","AircraftType":4,"HasEngine":true,"IsTowingOrWinchRequired":true,"IsTowingstartAllowed":true,"IsWinchstartAllowed":true,"NrOfSeats":1,"CurrentAircraftState":9},{"AircraftId":"2a7d60e4-f3e4-4354-9bb3-4b3ad924a730","CompetitionSign":"sample string 2","Immatriculation":"sample string 3","AircraftType":4,"HasEngine":true,"IsTowingOrWinchRequired":true,"IsTowingstartAllowed":true,"IsWinchstartAllowed":true,"NrOfSeats":1,"CurrentAircraftState":9}]
application/xml, text/xml
Sample:
<ArrayOfAircraftListItem xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Aircraft"> <AircraftListItem> <AircraftId>2a7d60e4-f3e4-4354-9bb3-4b3ad924a730</AircraftId> <AircraftType>4</AircraftType> <CompetitionSign>sample string 2</CompetitionSign> <CurrentAircraftState>9</CurrentAircraftState> <HasEngine>true</HasEngine> <Immatriculation>sample string 3</Immatriculation> <IsTowingOrWinchRequired>true</IsTowingOrWinchRequired> <IsTowingstartAllowed>true</IsTowingstartAllowed> <IsWinchstartAllowed>true</IsWinchstartAllowed> <NrOfSeats>1</NrOfSeats> </AircraftListItem> <AircraftListItem> <AircraftId>2a7d60e4-f3e4-4354-9bb3-4b3ad924a730</AircraftId> <AircraftType>4</AircraftType> <CompetitionSign>sample string 2</CompetitionSign> <CurrentAircraftState>9</CurrentAircraftState> <HasEngine>true</HasEngine> <Immatriculation>sample string 3</Immatriculation> <IsTowingOrWinchRequired>true</IsTowingOrWinchRequired> <IsTowingstartAllowed>true</IsTowingstartAllowed> <IsWinchstartAllowed>true</IsWinchstartAllowed> <NrOfSeats>1</NrOfSeats> </AircraftListItem> </ArrayOfAircraftListItem>