POST api/v1/aircrafts/page/{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
PageableSearchFilterOfAircraftOverviewSearchFilterName | Description | Type | Additional information |
---|---|---|---|
Sorting | Dictionary of string [key] and string [value] |
None. |
|
SearchFilter | AircraftOverviewSearchFilter |
None. |
Request Formats
application/json, text/json
Sample:
{ "Sorting": { "sample string 1": "sample string 2", "sample string 3": "sample string 4" }, "SearchFilter": { "ManufacturerName": "sample string 1", "AircraftModel": "sample string 2", "CompetitionSign": "sample string 3", "Immatriculation": "sample string 4", "AircraftTypeName": "sample string 5", "HasEngine": true, "IsTowingAircraft": true, "IsTowingOrWinchRequired": true, "IsTowingstartAllowed": true, "IsWinchstartAllowed": true, "NrOfSeats": "sample string 6", "CurrentAircraftState": 1, "AircraftOwnerName": "sample string 7" } }
text/html
Sample:
{"Sorting":{"sample string 1":"sample string 2","sample string 3":"sample string 4"},"SearchFilter":{"ManufacturerName":"sample string 1","AircraftModel":"sample string 2","CompetitionSign":"sample string 3","Immatriculation":"sample string 4","AircraftTypeName":"sample string 5","HasEngine":true,"IsTowingAircraft":true,"IsTowingOrWinchRequired":true,"IsTowingstartAllowed":true,"IsWinchstartAllowed":true,"NrOfSeats":"sample string 6","CurrentAircraftState":1,"AircraftOwnerName":"sample string 7"}}
application/xml, text/xml
Sample:
<PageableSearchFilterOfAircraftOverviewSearchFilteriYSnpe_Pe 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.Aircraft"> <d2p1:AircraftModel>sample string 2</d2p1:AircraftModel> <d2p1:AircraftOwnerName>sample string 7</d2p1:AircraftOwnerName> <d2p1:AircraftTypeName>sample string 5</d2p1:AircraftTypeName> <d2p1:CompetitionSign>sample string 3</d2p1:CompetitionSign> <d2p1:CurrentAircraftState>1</d2p1:CurrentAircraftState> <d2p1:HasEngine>true</d2p1:HasEngine> <d2p1:Immatriculation>sample string 4</d2p1:Immatriculation> <d2p1:IsTowingAircraft>true</d2p1:IsTowingAircraft> <d2p1:IsTowingOrWinchRequired>true</d2p1:IsTowingOrWinchRequired> <d2p1:IsTowingstartAllowed>true</d2p1:IsTowingstartAllowed> <d2p1:IsWinchstartAllowed>true</d2p1:IsWinchstartAllowed> <d2p1:ManufacturerName>sample string 1</d2p1:ManufacturerName> <d2p1:NrOfSeats>sample string 6</d2p1:NrOfSeats> </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> </PageableSearchFilterOfAircraftOverviewSearchFilteriYSnpe_Pe>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
PagedListOfAircraftOverviewName | Description | Type | Additional information |
---|---|---|---|
Items | Collection of AircraftOverview |
None. |
|
PageStart | integer |
None. |
|
PageSize | integer |
None. |
|
TotalRows | integer |
None. |
Response Formats
application/json, text/json, text/html
Sample:
Sample not available.