GET api/v1/aircrafts/immatriculation/{immatriculation}
Gets the aircraft details.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| immatriculation |
The 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. |
|
| Cost | decimal number |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
{
"AircraftId": "d51479db-0158-4236-ba73-89a485eacbc8",
"AircraftStateData": {
"AircraftId": "1e9586af-d7e8-421b-b315-357007502a4d",
"AircraftState": 2,
"ValidFrom": "2026-03-04T11:49:40.890311+01:00",
"ValidTo": "2026-03-04T11:49:40.890311+01:00",
"NoticedByPersonId": "d8e69074-e0b4-4cc0-af6e-60011a808697",
"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": "c07fb44b-49a6-4f66-92f4-8b3458a40d95",
"AircraftOwnerPersonId": "72d8f01b-fdcd-4b80-8256-bf040c25fbce",
"AircraftSerialNumber": "sample string 13",
"YearOfManufacture": "2026-03-04T11:49:40.890311+01:00",
"NoiseClass": "sample string 14",
"NoiseLevel": 1.0,
"MTOM": 1,
"FlightOperatingCounterUnitTypeId": 1,
"EngineOperatingCounterUnitTypeId": 1,
"HasEngine": true,
"SpotLink": "sample string 16",
"HomebaseId": "e2fe1190-99f9-4fe2-be58-961d596ec5a6",
"Cost": 17.0,
"Id": "d51479db-0158-4236-ba73-89a485eacbc8",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
text/html
Sample:
{"AircraftId":"d51479db-0158-4236-ba73-89a485eacbc8","AircraftStateData":{"AircraftId":"1e9586af-d7e8-421b-b315-357007502a4d","AircraftState":2,"ValidFrom":"2026-03-04T11:49:40.890311+01:00","ValidTo":"2026-03-04T11:49:40.890311+01:00","NoticedByPersonId":"d8e69074-e0b4-4cc0-af6e-60011a808697","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":"c07fb44b-49a6-4f66-92f4-8b3458a40d95","AircraftOwnerPersonId":"72d8f01b-fdcd-4b80-8256-bf040c25fbce","AircraftSerialNumber":"sample string 13","YearOfManufacture":"2026-03-04T11:49:40.890311+01:00","NoiseClass":"sample string 14","NoiseLevel":1.0,"MTOM":1,"FlightOperatingCounterUnitTypeId":1,"EngineOperatingCounterUnitTypeId":1,"HasEngine":true,"SpotLink":"sample string 16","HomebaseId":"e2fe1190-99f9-4fe2-be58-961d596ec5a6","Cost":17.0,"Id":"d51479db-0158-4236-ba73-89a485eacbc8","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">d51479db-0158-4236-ba73-89a485eacbc8</Id>
<AircraftId>d51479db-0158-4236-ba73-89a485eacbc8</AircraftId>
<AircraftModel>sample string 3</AircraftModel>
<AircraftOwnerClubId>c07fb44b-49a6-4f66-92f4-8b3458a40d95</AircraftOwnerClubId>
<AircraftOwnerPersonId>72d8f01b-fdcd-4b80-8256-bf040c25fbce</AircraftOwnerPersonId>
<AircraftSerialNumber>sample string 13</AircraftSerialNumber>
<AircraftStateData>
<AircraftId>1e9586af-d7e8-421b-b315-357007502a4d</AircraftId>
<AircraftState>2</AircraftState>
<NoticedByPersonId>d8e69074-e0b4-4cc0-af6e-60011a808697</NoticedByPersonId>
<Remarks>sample string 4</Remarks>
<ValidFrom>2026-03-04T11:49:40.890311+01:00</ValidFrom>
<ValidTo>2026-03-04T11:49:40.890311+01:00</ValidTo>
</AircraftStateData>
<AircraftType>8</AircraftType>
<Comment>sample string 4</Comment>
<CompetitionSign>sample string 5</CompetitionSign>
<Cost>17</Cost>
<DaecIndex>1</DaecIndex>
<EngineOperatingCounterUnitTypeId>1</EngineOperatingCounterUnitTypeId>
<FLARMId>sample string 6</FLARMId>
<FlightOperatingCounterUnitTypeId>1</FlightOperatingCounterUnitTypeId>
<HasEngine>true</HasEngine>
<HomebaseId>e2fe1190-99f9-4fe2-be58-961d596ec5a6</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-03-04T11:49:40.890311+01:00</YearOfManufacture>
</AircraftDetails>