GET api/v1/flights/overview
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FlightOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| FlightId | globally unique identifier |
None. |
|
| FlightDate | date |
None. |
|
| Immatriculation | string |
None. |
|
| PilotName | string |
None. |
|
| SecondCrewName | string |
None. |
|
| FlightComment | string |
None. |
|
| AirState | integer |
None. |
|
| ProcessState | integer |
None. |
|
| FlightCode | string |
None. |
|
| LdgDateTime | date |
None. |
|
| IsSoloFlight | boolean |
None. |
|
| StartDateTime | date |
None. |
|
| StartType | integer |
None. |
|
| StartLocation | string |
None. |
|
| LdgLocation | string |
None. |
|
| FlightDuration | time interval |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"FlightId": "3a48c5df-2b86-4861-bd9f-f672d8c57073",
"FlightDate": "2025-10-30T05:25:43.533925+01:00",
"Immatriculation": "sample string 2",
"PilotName": "sample string 3",
"SecondCrewName": "sample string 4",
"FlightComment": "sample string 5",
"AirState": 6,
"ProcessState": 7,
"FlightCode": "sample string 8",
"LdgDateTime": "2025-10-30T04:25:43.533925Z",
"IsSoloFlight": true,
"StartDateTime": "2025-10-30T04:25:43.533925Z",
"StartType": 1,
"StartLocation": "sample string 10",
"LdgLocation": "sample string 11",
"FlightDuration": "00:00:01",
"Id": "3a48c5df-2b86-4861-bd9f-f672d8c57073",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"FlightId": "3a48c5df-2b86-4861-bd9f-f672d8c57073",
"FlightDate": "2025-10-30T05:25:43.533925+01:00",
"Immatriculation": "sample string 2",
"PilotName": "sample string 3",
"SecondCrewName": "sample string 4",
"FlightComment": "sample string 5",
"AirState": 6,
"ProcessState": 7,
"FlightCode": "sample string 8",
"LdgDateTime": "2025-10-30T04:25:43.533925Z",
"IsSoloFlight": true,
"StartDateTime": "2025-10-30T04:25:43.533925Z",
"StartType": 1,
"StartLocation": "sample string 10",
"LdgLocation": "sample string 11",
"FlightDuration": "00:00:01",
"Id": "3a48c5df-2b86-4861-bd9f-f672d8c57073",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"FlightId":"3a48c5df-2b86-4861-bd9f-f672d8c57073","FlightDate":"2025-10-30T05:25:43.533925+01:00","Immatriculation":"sample string 2","PilotName":"sample string 3","SecondCrewName":"sample string 4","FlightComment":"sample string 5","AirState":6,"ProcessState":7,"FlightCode":"sample string 8","LdgDateTime":"2025-10-30T04:25:43.533925Z","IsSoloFlight":true,"StartDateTime":"2025-10-30T04:25:43.533925Z","StartType":1,"StartLocation":"sample string 10","LdgLocation":"sample string 11","FlightDuration":"00:00:01","Id":"3a48c5df-2b86-4861-bd9f-f672d8c57073","CanUpdateRecord":true,"CanDeleteRecord":true},{"FlightId":"3a48c5df-2b86-4861-bd9f-f672d8c57073","FlightDate":"2025-10-30T05:25:43.533925+01:00","Immatriculation":"sample string 2","PilotName":"sample string 3","SecondCrewName":"sample string 4","FlightComment":"sample string 5","AirState":6,"ProcessState":7,"FlightCode":"sample string 8","LdgDateTime":"2025-10-30T04:25:43.533925Z","IsSoloFlight":true,"StartDateTime":"2025-10-30T04:25:43.533925Z","StartType":1,"StartLocation":"sample string 10","LdgLocation":"sample string 11","FlightDuration":"00:00:01","Id":"3a48c5df-2b86-4861-bd9f-f672d8c57073","CanUpdateRecord":true,"CanDeleteRecord":true}]
application/xml, text/xml
Sample:
<ArrayOfFlightOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Flight">
<FlightOverview>
<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">3a48c5df-2b86-4861-bd9f-f672d8c57073</Id>
<AirState>6</AirState>
<FlightCode>sample string 8</FlightCode>
<FlightComment>sample string 5</FlightComment>
<FlightDate>2025-10-30T05:25:43.533925+01:00</FlightDate>
<FlightDuration>PT1S</FlightDuration>
<FlightDurationInSeconds>1</FlightDurationInSeconds>
<FlightId>3a48c5df-2b86-4861-bd9f-f672d8c57073</FlightId>
<Immatriculation>sample string 2</Immatriculation>
<IsSoloFlight>true</IsSoloFlight>
<LdgDateTime>2025-10-30T04:25:43.533925Z</LdgDateTime>
<LdgLocation>sample string 11</LdgLocation>
<PilotName>sample string 3</PilotName>
<ProcessState>7</ProcessState>
<SecondCrewName>sample string 4</SecondCrewName>
<StartDateTime>2025-10-30T04:25:43.533925Z</StartDateTime>
<StartLocation>sample string 10</StartLocation>
<StartType>1</StartType>
</FlightOverview>
<FlightOverview>
<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">3a48c5df-2b86-4861-bd9f-f672d8c57073</Id>
<AirState>6</AirState>
<FlightCode>sample string 8</FlightCode>
<FlightComment>sample string 5</FlightComment>
<FlightDate>2025-10-30T05:25:43.533925+01:00</FlightDate>
<FlightDuration>PT1S</FlightDuration>
<FlightDurationInSeconds>1</FlightDurationInSeconds>
<FlightId>3a48c5df-2b86-4861-bd9f-f672d8c57073</FlightId>
<Immatriculation>sample string 2</Immatriculation>
<IsSoloFlight>true</IsSoloFlight>
<LdgDateTime>2025-10-30T04:25:43.533925Z</LdgDateTime>
<LdgLocation>sample string 11</LdgLocation>
<PilotName>sample string 3</PilotName>
<ProcessState>7</ProcessState>
<SecondCrewName>sample string 4</SecondCrewName>
<StartDateTime>2025-10-30T04:25:43.533925Z</StartDateTime>
<StartLocation>sample string 10</StartLocation>
<StartType>1</StartType>
</FlightOverview>
</ArrayOfFlightOverview>