POST api/v1/flightreports/export/excel/{pageStart}/{pageSize}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| pageStart | integer |
Default value is 0 |
|
| pageSize | integer |
Default value is 100 |
Body Parameters
PageableSearchFilterOfFlightReportFilterCriteria| Name | Description | Type | Additional information |
|---|---|---|---|
| Sorting | Dictionary of string [key] and string [value] |
None. |
|
| SearchFilter | FlightReportFilterCriteria |
None. |
Request Formats
application/json, text/json
Sample:
{
"Sorting": {
"sample string 1": "sample string 2",
"sample string 3": "sample string 4"
},
"SearchFilter": {
"FlightDate": {
"From": "2026-04-13T00:38:12.9818881+02:00",
"To": "2026-04-13T00:38:12.9818881+02:00"
},
"FlightCrewPersonId": "18fb3f5f-bbed-4c66-8fbb-b32f4b9989f2",
"LocationId": "90f3688d-045a-4716-a7f4-6e1c2e9bcdc3",
"GliderFlights": true,
"MotorFlights": true,
"TowFlights": true
}
}
text/html
Sample:
{"Sorting":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"SearchFilter":{"FlightDate":{"From":"2026-04-13T00:38:12.9818881+02:00","To":"2026-04-13T00:38:12.9818881+02:00"},"FlightCrewPersonId":"18fb3f5f-bbed-4c66-8fbb-b32f4b9989f2","LocationId":"90f3688d-045a-4716-a7f4-6e1c2e9bcdc3","GliderFlights":true,"MotorFlights":true,"TowFlights":true}}
application/xml, text/xml
Sample:
<PageableSearchFilterOfFlightReportFilterCriteriaPEPWWnL8 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi">
<SearchFilter xmlns:d2p1="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Reporting.Flights">
<d2p1:FlightCrewPersonId>18fb3f5f-bbed-4c66-8fbb-b32f4b9989f2</d2p1:FlightCrewPersonId>
<d2p1:FlightDate>
<From>2026-04-13T00:38:12.9818881+02:00</From>
<To>2026-04-13T00:38:12.9818881+02:00</To>
</d2p1:FlightDate>
<d2p1:GliderFlights>true</d2p1:GliderFlights>
<d2p1:LocationId>90f3688d-045a-4716-a7f4-6e1c2e9bcdc3</d2p1:LocationId>
<d2p1:MotorFlights>true</d2p1:MotorFlights>
<d2p1:TowFlights>true</d2p1:TowFlights>
</SearchFilter>
<Sorting xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 1</d2p1:Key>
<d2p1:Value>sample string 2</d2p1:Value>
</d2p1:KeyValueOfstringstring>
<d2p1:KeyValueOfstringstring>
<d2p1:Key>sample string 3</d2p1:Key>
<d2p1:Value>sample string 4</d2p1:Value>
</d2p1:KeyValueOfstringstring>
</Sorting>
</PageableSearchFilterOfFlightReportFilterCriteriaPEPWWnL8>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
FlightReportResult| Name | Description | Type | Additional information |
|---|---|---|---|
| FlightReportFilterCriteria | FlightReportFilterCriteria |
None. |
|
| Flights | PagedListOfFlightReportDataRecord |
None. |
|
| FlightReportSummaries | Collection of FlightReportSummary |
None. |
Response Formats
application/json, text/json
Sample:
{
"FlightReportFilterCriteria": {
"FlightDate": {
"From": "2026-04-13T00:38:12.9974988+02:00",
"To": "2026-04-13T00:38:12.9974988+02:00"
},
"FlightCrewPersonId": "72428141-988a-4bf7-8008-796e6b060368",
"LocationId": "9355a31c-e2b4-4a91-98c9-2ce0f8a5b8ce",
"GliderFlights": true,
"MotorFlights": true,
"TowFlights": true
},
"FlightReportSummaries": [
{
"GroupBy": "sample string 1",
"TotalStarts": 2,
"TotalLdgs": 3,
"TotalFlights": 4,
"TotalFlightDuration": "00:00:01"
},
{
"GroupBy": "sample string 1",
"TotalStarts": 2,
"TotalLdgs": 3,
"TotalFlights": 4,
"TotalFlightDuration": "00:00:01"
}
]
}
text/html
Sample:
{"FlightReportFilterCriteria":{"FlightDate":{"From":"2026-04-13T00:38:12.9974988+02:00","To":"2026-04-13T00:38:12.9974988+02:00"},"FlightCrewPersonId":"72428141-988a-4bf7-8008-796e6b060368","LocationId":"9355a31c-e2b4-4a91-98c9-2ce0f8a5b8ce","GliderFlights":true,"MotorFlights":true,"TowFlights":true},"FlightReportSummaries":[{"GroupBy":"sample string 1","TotalStarts":2,"TotalLdgs":3,"TotalFlights":4,"TotalFlightDuration":"00:00:01"},{"GroupBy":"sample string 1","TotalStarts":2,"TotalLdgs":3,"TotalFlights":4,"TotalFlightDuration":"00:00:01"}]}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.