GET api/v1/aircrafts/immatriculation/{immatriculation}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| immatriculation | string |
Required |
Body Parameters
None.
Response Information
Resource Description
AircraftDetails| Name | Description | Type | Additional information |
|---|---|---|---|
| AircraftId | globally unique identifier |
None. |
|
| AircraftStateData | AircraftStateData |
None. |
|
| ManufacturerName | string |
String length: inclusive between 0 and 100 |
|
| AircraftModel | string |
String length: inclusive between 0 and 50 |
|
| Comment | string |
String length: inclusive between 0 and 250 |
|
| CompetitionSign | string |
String length: inclusive between 0 and 5 |
|
| DaecIndex | integer |
None. |
|
| FLARMId | string |
String length: inclusive between 0 and 50 |
|
| Immatriculation | string |
Required String length: inclusive between 0 and 15 |
|
| AircraftType | integer |
None. |
|
| IsTowingAircraft | boolean |
None. |
|
| IsTowingOrWinchRequired | boolean |
None. |
|
| IsTowingstartAllowed | boolean |
None. |
|
| IsWinchstartAllowed | boolean |
None. |
|
| NrOfSeats | integer |
None. |
|
| AircraftOwnerClubId | globally unique identifier |
None. |
|
| AircraftOwnerPersonId | globally unique identifier |
None. |
|
| AircraftSerialNumber | string |
String length: inclusive between 0 and 20 |
|
| YearOfManufacture | date |
None. |
|
| NoiseClass | string |
String length: inclusive between 0 and 1 |
|
| NoiseLevel | decimal number |
None. |
|
| MTOM | integer |
None. |
|
| FlightOperatingCounterUnitTypeId | integer |
None. |
|
| EngineOperatingCounterUnitTypeId | integer |
None. |
|
| HasEngine | boolean |
None. |
|
| SpotLink | string |
String length: inclusive between 0 and 250 |
|
| HomebaseId | globally unique identifier |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"AircraftId": "00146954-6dd6-47ea-9140-95ff08bdd72a",
"AircraftStateData": {
"AircraftId": "abb0356c-dead-4339-98e5-7b4493ca316b",
"AircraftState": 2,
"ValidFrom": "2026-07-17T20:36:41.2793491+02:00",
"ValidTo": "2026-07-17T20:36:41.2793491+02:00",
"NoticedByPersonId": "4005e1b4-bec8-4c8f-9191-15b80e4bb724",
"Remarks": "sample string 4"
},
"ManufacturerName": "sample string 2",
"AircraftModel": "sample string 3",
"Comment": "sample string 4",
"CompetitionSign": "sample string 5",
"DaecIndex": 1,
"FLARMId": "sample string 6",
"Immatriculation": "sample string 7",
"AircraftType": 8,
"IsTowingAircraft": true,
"IsTowingOrWinchRequired": true,
"IsTowingstartAllowed": true,
"IsWinchstartAllowed": true,
"NrOfSeats": 1,
"AircraftOwnerClubId": "b4bbcd61-67d6-46ab-8256-f9a8e852b675",
"AircraftOwnerPersonId": "ca9e2886-918e-4332-9348-1cdb0f8592a6",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-07-17T20:36:41.2793491+02:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "4bbf94e1-069f-47a8-9ffe-78bbe5746c4b",
"Id": "00146954-6dd6-47ea-9140-95ff08bdd72a",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"AircraftId":"00146954-6dd6-47ea-9140-95ff08bdd72a","AircraftStateData":{"AircraftId":"abb0356c-dead-4339-98e5-7b4493ca316b","AircraftState":2,"ValidFrom":"2026-07-17T20:36:41.2793491+02:00","ValidTo":"2026-07-17T20:36:41.2793491+02:00","NoticedByPersonId":"4005e1b4-bec8-4c8f-9191-15b80e4bb724","Remarks":"sample string 4"},"ManufacturerName":"sample string 2","AircraftModel":"sample string 3","Comment":"sample string 4","CompetitionSign":"sample string 5","DaecIndex":1,"FLARMId":"sample string 6","Immatriculation":"sample string 7","AircraftType":8,"IsTowingAircraft":true,"IsTowingOrWinchRequired":true,"IsTowingstartAllowed":true,"IsWinchstartAllowed":true,"NrOfSeats":1,"AircraftOwnerClubId":"b4bbcd61-67d6-46ab-8256-f9a8e852b675","AircraftOwnerPersonId":"ca9e2886-918e-4332-9348-1cdb0f8592a6","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-07-17T20:36:41.2793491+02:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"4bbf94e1-069f-47a8-9ffe-78bbe5746c4b","Id":"00146954-6dd6-47ea-9140-95ff08bdd72a","CanUpdateRecord":true,"CanDeleteRecord":true}
application/xml, text/xml
Sample:
<AircraftDetails xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Aircraft">
<CanDeleteRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanDeleteRecord>
<CanUpdateRecord xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">true</CanUpdateRecord>
<Id xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">00146954-6dd6-47ea-9140-95ff08bdd72a</Id>
<AircraftId>00146954-6dd6-47ea-9140-95ff08bdd72a</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>b4bbcd61-67d6-46ab-8256-f9a8e852b675</AircraftOwnerClubId>
<AircraftOwnerPersonId>ca9e2886-918e-4332-9348-1cdb0f8592a6</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>abb0356c-dead-4339-98e5-7b4493ca316b</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>4005e1b4-bec8-4c8f-9191-15b80e4bb724</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-07-17T20:36:41.2793491+02:00</ValidFrom>
<ValidTo>2026-07-17T20:36:41.2793491+02:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>4bbf94e1-069f-47a8-9ffe-78bbe5746c4b</HomebaseId>
<Immatriculation>sample string 7</Immatriculation>
<IsTowingAircraft>true</IsTowingAircraft>
<IsTowingOrWinchRequired>true</IsTowingOrWinchRequired>
<IsTowingstartAllowed>true</IsTowingstartAllowed>
<IsWinchstartAllowed>true</IsWinchstartAllowed>
<MTOM>1</MTOM>
<ManufacturerName>sample string 2</ManufacturerName>
<NoiseClass>sample string 14</NoiseClass>
<NoiseLevel>1</NoiseLevel>
<NrOfSeats>1</NrOfSeats>
<SpotLink>sample string 16</SpotLink>
<YearOfManufacture>2026-07-17T20:36:41.2793491+02:00</YearOfManufacture>
</AircraftDetails>