GET api/v1/flights/today/overview
Gets the glider flight overviews within today.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of FlightOverviewName | 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. |
|
ValidationState | integer |
None. |
|
ProcessState | integer |
None. |
|
FlightCode | string |
None. |
|
FlightTypeName | string |
None. |
|
LdgDateTime | date |
None. |
|
IsSoloFlight | boolean |
None. |
|
StartDateTime | date |
None. |
|
StartType | integer |
None. |
|
StartLocation | string |
None. |
|
LdgLocation | string |
None. |
|
FlightDuration | time interval |
None. |
|
BlockDuration | time interval |
None. |
|
BlockEndDateTime | date |
None. |
|
BlockStartDateTime | date |
None. |
|
Id | globally unique identifier |
None. |
|
FlightDistance | decimal number |
None. |
|
CanUpdateRecord | boolean |
None. |
|
CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[ { "FlightId": "e5469e84-59bb-4c15-8bd3-37a489e3dc59", "FlightDate": "2024-04-03T12:06:30.9221764+02:00", "Immatriculation": "sample string 2", "PilotName": "sample string 3", "SecondCrewName": "sample string 4", "FlightComment": "sample string 5", "AirState": 6, "ValidationState": 7, "ProcessState": 8, "FlightCode": "sample string 9", "FlightTypeName": "sample string 10", "LdgDateTime": "2024-04-03T10:06:30.9221764Z", "IsSoloFlight": true, "StartDateTime": "2024-04-03T10:06:30.9221764Z", "StartType": 1, "StartLocation": "sample string 12", "LdgLocation": "sample string 13", "FlightDuration": "00:00:01", "BlockDuration": "00:00:01", "BlockEndDateTime": "2024-04-03T12:06:30.9221764+02:00", "BlockStartDateTime": "2024-04-03T12:06:30.9221764+02:00", "Id": "e5469e84-59bb-4c15-8bd3-37a489e3dc59", "FlightDistance": 1.0, "CanUpdateRecord": true, "CanDeleteRecord": true }, { "FlightId": "e5469e84-59bb-4c15-8bd3-37a489e3dc59", "FlightDate": "2024-04-03T12:06:30.9221764+02:00", "Immatriculation": "sample string 2", "PilotName": "sample string 3", "SecondCrewName": "sample string 4", "FlightComment": "sample string 5", "AirState": 6, "ValidationState": 7, "ProcessState": 8, "FlightCode": "sample string 9", "FlightTypeName": "sample string 10", "LdgDateTime": "2024-04-03T10:06:30.9221764Z", "IsSoloFlight": true, "StartDateTime": "2024-04-03T10:06:30.9221764Z", "StartType": 1, "StartLocation": "sample string 12", "LdgLocation": "sample string 13", "FlightDuration": "00:00:01", "BlockDuration": "00:00:01", "BlockEndDateTime": "2024-04-03T12:06:30.9221764+02:00", "BlockStartDateTime": "2024-04-03T12:06:30.9221764+02:00", "Id": "e5469e84-59bb-4c15-8bd3-37a489e3dc59", "FlightDistance": 1.0, "CanUpdateRecord": true, "CanDeleteRecord": true } ]
text/html
Sample:
[{"FlightId":"e5469e84-59bb-4c15-8bd3-37a489e3dc59","FlightDate":"2024-04-03T12:06:30.9221764+02:00","Immatriculation":"sample string 2","PilotName":"sample string 3","SecondCrewName":"sample string 4","FlightComment":"sample string 5","AirState":6,"ValidationState":7,"ProcessState":8,"FlightCode":"sample string 9","FlightTypeName":"sample string 10","LdgDateTime":"2024-04-03T10:06:30.9221764Z","IsSoloFlight":true,"StartDateTime":"2024-04-03T10:06:30.9221764Z","StartType":1,"StartLocation":"sample string 12","LdgLocation":"sample string 13","FlightDuration":"00:00:01","BlockDuration":"00:00:01","BlockEndDateTime":"2024-04-03T12:06:30.9221764+02:00","BlockStartDateTime":"2024-04-03T12:06:30.9221764+02:00","Id":"e5469e84-59bb-4c15-8bd3-37a489e3dc59","FlightDistance":1.0,"CanUpdateRecord":true,"CanDeleteRecord":true},{"FlightId":"e5469e84-59bb-4c15-8bd3-37a489e3dc59","FlightDate":"2024-04-03T12:06:30.9221764+02:00","Immatriculation":"sample string 2","PilotName":"sample string 3","SecondCrewName":"sample string 4","FlightComment":"sample string 5","AirState":6,"ValidationState":7,"ProcessState":8,"FlightCode":"sample string 9","FlightTypeName":"sample string 10","LdgDateTime":"2024-04-03T10:06:30.9221764Z","IsSoloFlight":true,"StartDateTime":"2024-04-03T10:06:30.9221764Z","StartType":1,"StartLocation":"sample string 12","LdgLocation":"sample string 13","FlightDuration":"00:00:01","BlockDuration":"00:00:01","BlockEndDateTime":"2024-04-03T12:06:30.9221764+02:00","BlockStartDateTime":"2024-04-03T12:06:30.9221764+02:00","Id":"e5469e84-59bb-4c15-8bd3-37a489e3dc59","FlightDistance":1.0,"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">e5469e84-59bb-4c15-8bd3-37a489e3dc59</Id> <AirState>6</AirState> <BlockDuration>PT1S</BlockDuration> <BlockDurationInSeconds>1</BlockDurationInSeconds> <BlockEndDateTime>2024-04-03T12:06:30.9221764+02:00</BlockEndDateTime> <BlockStartDateTime>2024-04-03T12:06:30.9221764+02:00</BlockStartDateTime> <CreatedByUserId>a2068e2c-f22a-4a32-a5a5-b2a9a6333530</CreatedByUserId> <CreatedOn>2024-04-03T12:06:30.9221764+02:00</CreatedOn> <FlightCode>sample string 9</FlightCode> <FlightComment>sample string 5</FlightComment> <FlightDate>2024-04-03T12:06:30.9221764+02:00</FlightDate> <FlightDistance>1</FlightDistance> <FlightDuration>PT1S</FlightDuration> <FlightDurationInSeconds>1</FlightDurationInSeconds> <FlightId>e5469e84-59bb-4c15-8bd3-37a489e3dc59</FlightId> <FlightTypeName>sample string 10</FlightTypeName> <Immatriculation>sample string 2</Immatriculation> <IsSoloFlight>true</IsSoloFlight> <LdgDateTime>2024-04-03T10:06:30.9221764Z</LdgDateTime> <LdgLocation>sample string 13</LdgLocation> <PilotName>sample string 3</PilotName> <PilotPersonId>0c47a23e-e7e1-47b7-8b4c-539e816c1353</PilotPersonId> <ProcessState>8</ProcessState> <ProcessStateId>17</ProcessStateId> <SecondCrewName>sample string 4</SecondCrewName> <StartDateTime>2024-04-03T10:06:30.9221764Z</StartDateTime> <StartLocation>sample string 12</StartLocation> <StartType>1</StartType> <ValidationState>7</ValidationState> </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">e5469e84-59bb-4c15-8bd3-37a489e3dc59</Id> <AirState>6</AirState> <BlockDuration>PT1S</BlockDuration> <BlockDurationInSeconds>1</BlockDurationInSeconds> <BlockEndDateTime>2024-04-03T12:06:30.9221764+02:00</BlockEndDateTime> <BlockStartDateTime>2024-04-03T12:06:30.9221764+02:00</BlockStartDateTime> <CreatedByUserId>a2068e2c-f22a-4a32-a5a5-b2a9a6333530</CreatedByUserId> <CreatedOn>2024-04-03T12:06:30.9221764+02:00</CreatedOn> <FlightCode>sample string 9</FlightCode> <FlightComment>sample string 5</FlightComment> <FlightDate>2024-04-03T12:06:30.9221764+02:00</FlightDate> <FlightDistance>1</FlightDistance> <FlightDuration>PT1S</FlightDuration> <FlightDurationInSeconds>1</FlightDurationInSeconds> <FlightId>e5469e84-59bb-4c15-8bd3-37a489e3dc59</FlightId> <FlightTypeName>sample string 10</FlightTypeName> <Immatriculation>sample string 2</Immatriculation> <IsSoloFlight>true</IsSoloFlight> <LdgDateTime>2024-04-03T10:06:30.9221764Z</LdgDateTime> <LdgLocation>sample string 13</LdgLocation> <PilotName>sample string 3</PilotName> <PilotPersonId>0c47a23e-e7e1-47b7-8b4c-539e816c1353</PilotPersonId> <ProcessState>8</ProcessState> <ProcessStateId>17</ProcessStateId> <SecondCrewName>sample string 4</SecondCrewName> <StartDateTime>2024-04-03T10:06:30.9221764Z</StartDateTime> <StartLocation>sample string 12</StartLocation> <StartType>1</StartType> <ValidationState>7</ValidationState> </FlightOverview> </ArrayOfFlightOverview>