- Auth
- Customer
- Passengers
- invoice Info
- Favorite Flights
- Notifications
- Fast Actions
- Customer - Get ProfileGET
- Customer - Update ProfilePOST
- Customer - Update PasswordPOST
- Search History - FlightGET
- Customer - Remove AccountDELETE
- Utils
- Flight
- Bus
- Hotel
- Socket
- Auto Completes
- Queue / Socket
- Misc
- Payment
- Orders
- Blog
- Contents
- Refund
- Notifications
- Checkout
- Otp VerifyPOST
- StatusGET
Enums - FlightSearchFilters
GET
https://test-api.ucuzyolu.com/enums/flightsearch
Request
Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.Example:
Authorization: Bearer ********************
Header Params
client-id
string
optional
Default:
302382-1928283273-237723829-292999
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://test-api.ucuzyolu.com/enums/flightsearch' \
--header 'client-id: 302382-1928283273-237723829-292999'
Responses
🟢200OK
application/json
Body
data
object
required
stopCounts
object
required
stops
object
required
airLines
object
required
cabinClass
object
required
timeRanges
object
required
priceRange
object
required
programs
object
required
filterTypes
object
required
success
boolean
required
code
integer
required
message
string
required
Example
{
"data": {
"stopCounts": {
"type": 2
},
"stops": {
"type": 2
},
"airLines": {
"type": 2
},
"cabinClass": {
"type": 2
},
"timeRanges": {
"type": 8,
"fields": {
"arrivalTime": {
"type": 6
},
"departureTime": {
"type": 6
},
"duration": {
"type": 6
}
}
},
"priceRange": {
"type": 3
},
"programs": {
"type": 2
},
"filterTypes": {
"1": "Option",
"2": "Multi Select",
"3": "Number Range",
"4": "Date Range",
"5": "Date",
"6": "Time",
"7": "Free Text",
"8": "Multi Select Multi Field"
}
},
"success": true,
"code": 0,
"message": ""
}
Modified at 2024-11-28 01:29:13