GET api/v1/deliveries
Gets all the deliveries for an overview.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of DeliveryOverview| Name | Description | Type | Additional information |
|---|---|---|---|
| DeliveryId | globally unique identifier |
None. |
|
| FlightInformation | FlightInformation |
None. |
|
| Recipient | string |
None. |
|
| DeliveryInformation | string |
String length: inclusive between 0 and 250 |
|
| NumberOfDeliveryItems | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| CanUpdateRecord | boolean |
None. |
|
| CanDeleteRecord | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"DeliveryId": "09841198-da19-4adc-b26d-7bcdb38f198c",
"FlightInformation": {
"FlightId": "b18581ba-8eef-4296-8788-533fb2ba776e",
"FlightDate": "2025-10-23T23:40:46.3998366+02:00",
"AircraftImmatriculation": "sample string 3",
"FlightTypeName": "sample string 4",
"PilotName": "sample string 5",
"PilotPersonClubMemberNumber": "sample string 6",
"SecondCrewName": "sample string 7"
},
"Recipient": "sample string 2",
"DeliveryInformation": "sample string 3",
"NumberOfDeliveryItems": 4,
"Id": "09841198-da19-4adc-b26d-7bcdb38f198c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
},
{
"DeliveryId": "09841198-da19-4adc-b26d-7bcdb38f198c",
"FlightInformation": {
"FlightId": "b18581ba-8eef-4296-8788-533fb2ba776e",
"FlightDate": "2025-10-23T23:40:46.3998366+02:00",
"AircraftImmatriculation": "sample string 3",
"FlightTypeName": "sample string 4",
"PilotName": "sample string 5",
"PilotPersonClubMemberNumber": "sample string 6",
"SecondCrewName": "sample string 7"
},
"Recipient": "sample string 2",
"DeliveryInformation": "sample string 3",
"NumberOfDeliveryItems": 4,
"Id": "09841198-da19-4adc-b26d-7bcdb38f198c",
"CanUpdateRecord": true,
"CanDeleteRecord": true
}
]
text/html
Sample:
[{"DeliveryId":"09841198-da19-4adc-b26d-7bcdb38f198c","FlightInformation":{"FlightId":"b18581ba-8eef-4296-8788-533fb2ba776e","FlightDate":"2025-10-23T23:40:46.3998366+02:00","AircraftImmatriculation":"sample string 3","FlightTypeName":"sample string 4","PilotName":"sample string 5","PilotPersonClubMemberNumber":"sample string 6","SecondCrewName":"sample string 7"},"Recipient":"sample string 2","DeliveryInformation":"sample string 3","NumberOfDeliveryItems":4,"Id":"09841198-da19-4adc-b26d-7bcdb38f198c","CanUpdateRecord":true,"CanDeleteRecord":true},{"DeliveryId":"09841198-da19-4adc-b26d-7bcdb38f198c","FlightInformation":{"FlightId":"b18581ba-8eef-4296-8788-533fb2ba776e","FlightDate":"2025-10-23T23:40:46.3998366+02:00","AircraftImmatriculation":"sample string 3","FlightTypeName":"sample string 4","PilotName":"sample string 5","PilotPersonClubMemberNumber":"sample string 6","SecondCrewName":"sample string 7"},"Recipient":"sample string 2","DeliveryInformation":"sample string 3","NumberOfDeliveryItems":4,"Id":"09841198-da19-4adc-b26d-7bcdb38f198c","CanUpdateRecord":true,"CanDeleteRecord":true}]
application/xml, text/xml
Sample:
<ArrayOfDeliveryOverview xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FLS.Data.WebApi.Accounting">
<DeliveryOverview>
<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">09841198-da19-4adc-b26d-7bcdb38f198c</Id>
<DeliveryId>09841198-da19-4adc-b26d-7bcdb38f198c</DeliveryId>
<DeliveryInformation>sample string 3</DeliveryInformation>
<FlightInformation>
<AircraftImmatriculation>sample string 3</AircraftImmatriculation>
<FlightDate>2025-10-23T23:40:46.3998366+02:00</FlightDate>
<FlightId>b18581ba-8eef-4296-8788-533fb2ba776e</FlightId>
<FlightTypeName>sample string 4</FlightTypeName>
<PilotName>sample string 5</PilotName>
<PilotPersonClubMemberNumber>sample string 6</PilotPersonClubMemberNumber>
<SecondCrewName>sample string 7</SecondCrewName>
</FlightInformation>
<NumberOfDeliveryItems>4</NumberOfDeliveryItems>
<Recipient>sample string 2</Recipient>
</DeliveryOverview>
<DeliveryOverview>
<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">09841198-da19-4adc-b26d-7bcdb38f198c</Id>
<DeliveryId>09841198-da19-4adc-b26d-7bcdb38f198c</DeliveryId>
<DeliveryInformation>sample string 3</DeliveryInformation>
<FlightInformation>
<AircraftImmatriculation>sample string 3</AircraftImmatriculation>
<FlightDate>2025-10-23T23:40:46.3998366+02:00</FlightDate>
<FlightId>b18581ba-8eef-4296-8788-533fb2ba776e</FlightId>
<FlightTypeName>sample string 4</FlightTypeName>
<PilotName>sample string 5</PilotName>
<PilotPersonClubMemberNumber>sample string 6</PilotPersonClubMemberNumber>
<SecondCrewName>sample string 7</SecondCrewName>
</FlightInformation>
<NumberOfDeliveryItems>4</NumberOfDeliveryItems>
<Recipient>sample string 2</Recipient>
</DeliveryOverview>
</ArrayOfDeliveryOverview>