GET api/v1/flights/today
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": "32593514-94d3-44fe-ba5d-62aa47c54fec", "FlightDate": "2024-03-27T02:44:59.7052517+01: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-03-27T01:44:59.7052517Z", "IsSoloFlight": true, "StartDateTime": "2024-03-27T01:44:59.7052517Z", "StartType": 1, "StartLocation": "sample string 12", "LdgLocation": "sample string 13", "FlightDuration": "00:00:01", "BlockDuration": "00:00:01", "BlockEndDateTime": "2024-03-27T02:44:59.706252+01:00", "BlockStartDateTime": "2024-03-27T02:44:59.706252+01:00", "Id": "32593514-94d3-44fe-ba5d-62aa47c54fec", "FlightDistance": 1.0, "CanUpdateRecord": true, "CanDeleteRecord": true }, { "FlightId": "32593514-94d3-44fe-ba5d-62aa47c54fec", "FlightDate": "2024-03-27T02:44:59.7052517+01: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-03-27T01:44:59.7052517Z", "IsSoloFlight": true, "StartDateTime": "2024-03-27T01:44:59.7052517Z", "StartType": 1, "StartLocation": "sample string 12", "LdgLocation": "sample string 13", "FlightDuration": "00:00:01", "BlockDuration": "00:00:01", "BlockEndDateTime": "2024-03-27T02:44:59.706252+01:00", "BlockStartDateTime": "2024-03-27T02:44:59.706252+01:00", "Id": "32593514-94d3-44fe-ba5d-62aa47c54fec", "FlightDistance": 1.0, "CanUpdateRecord": true, "CanDeleteRecord": true } ]
text/html
Sample:
[{"FlightId":"32593514-94d3-44fe-ba5d-62aa47c54fec","FlightDate":"2024-03-27T02:44:59.7052517+01: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-03-27T01:44:59.7052517Z","IsSoloFlight":true,"StartDateTime":"2024-03-27T01:44:59.7052517Z","StartType":1,"StartLocation":"sample string 12","LdgLocation":"sample string 13","FlightDuration":"00:00:01","BlockDuration":"00:00:01","BlockEndDateTime":"2024-03-27T02:44:59.706252+01:00","BlockStartDateTime":"2024-03-27T02:44:59.706252+01:00","Id":"32593514-94d3-44fe-ba5d-62aa47c54fec","FlightDistance":1.0,"CanUpdateRecord":true,"CanDeleteRecord":true},{"FlightId":"32593514-94d3-44fe-ba5d-62aa47c54fec","FlightDate":"2024-03-27T02:44:59.7052517+01: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-03-27T01:44:59.7052517Z","IsSoloFlight":true,"StartDateTime":"2024-03-27T01:44:59.7052517Z","StartType":1,"StartLocation":"sample string 12","LdgLocation":"sample string 13","FlightDuration":"00:00:01","BlockDuration":"00:00:01","BlockEndDateTime":"2024-03-27T02:44:59.706252+01:00","BlockStartDateTime":"2024-03-27T02:44:59.706252+01:00","Id":"32593514-94d3-44fe-ba5d-62aa47c54fec","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">32593514-94d3-44fe-ba5d-62aa47c54fec</Id> <AirState>6</AirState> <BlockDuration>PT1S</BlockDuration> <BlockDurationInSeconds>1</BlockDurationInSeconds> <BlockEndDateTime>2024-03-27T02:44:59.706252+01:00</BlockEndDateTime> <BlockStartDateTime>2024-03-27T02:44:59.706252+01:00</BlockStartDateTime> <CreatedByUserId>acdef023-314f-4d3e-a729-12ad253aae6b</CreatedByUserId> <CreatedOn>2024-03-27T02:44:59.7072524+01:00</CreatedOn> <FlightCode>sample string 9</FlightCode> <FlightComment>sample string 5</FlightComment> <FlightDate>2024-03-27T02:44:59.7052517+01:00</FlightDate> <FlightDistance>1</FlightDistance> <FlightDuration>PT1S</FlightDuration> <FlightDurationInSeconds>1</FlightDurationInSeconds> <FlightId>32593514-94d3-44fe-ba5d-62aa47c54fec</FlightId> <FlightTypeName>sample string 10</FlightTypeName> <Immatriculation>sample string 2</Immatriculation> <IsSoloFlight>true</IsSoloFlight> <LdgDateTime>2024-03-27T01:44:59.7052517Z</LdgDateTime> <LdgLocation>sample string 13</LdgLocation> <PilotName>sample string 3</PilotName> <PilotPersonId>7e1f1c8e-171a-4fc8-9a89-0cc2afff6cce</PilotPersonId> <ProcessState>8</ProcessState> <ProcessStateId>17</ProcessStateId> <SecondCrewName>sample string 4</SecondCrewName> <StartDateTime>2024-03-27T01:44:59.7052517Z</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">32593514-94d3-44fe-ba5d-62aa47c54fec</Id> <AirState>6</AirState> <BlockDuration>PT1S</BlockDuration> <BlockDurationInSeconds>1</BlockDurationInSeconds> <BlockEndDateTime>2024-03-27T02:44:59.706252+01:00</BlockEndDateTime> <BlockStartDateTime>2024-03-27T02:44:59.706252+01:00</BlockStartDateTime> <CreatedByUserId>acdef023-314f-4d3e-a729-12ad253aae6b</CreatedByUserId> <CreatedOn>2024-03-27T02:44:59.7072524+01:00</CreatedOn> <FlightCode>sample string 9</FlightCode> <FlightComment>sample string 5</FlightComment> <FlightDate>2024-03-27T02:44:59.7052517+01:00</FlightDate> <FlightDistance>1</FlightDistance> <FlightDuration>PT1S</FlightDuration> <FlightDurationInSeconds>1</FlightDurationInSeconds> <FlightId>32593514-94d3-44fe-ba5d-62aa47c54fec</FlightId> <FlightTypeName>sample string 10</FlightTypeName> <Immatriculation>sample string 2</Immatriculation> <IsSoloFlight>true</IsSoloFlight> <LdgDateTime>2024-03-27T01:44:59.7052517Z</LdgDateTime> <LdgLocation>sample string 13</LdgLocation> <PilotName>sample string 3</PilotName> <PilotPersonId>7e1f1c8e-171a-4fc8-9a89-0cc2afff6cce</PilotPersonId> <ProcessState>8</ProcessState> <ProcessStateId>17</ProcessStateId> <SecondCrewName>sample string 4</SecondCrewName> <StartDateTime>2024-03-27T01:44:59.7052517Z</StartDateTime> <StartLocation>sample string 12</StartLocation> <StartType>1</StartType> <ValidationState>7</ValidationState> </FlightOverview> </ArrayOfFlightOverview>