Booking Search

An Elastic search query endpoint to query booking details.
Elasticsearch provides a full Query DSL based on JSON to define queries.

Query DSL
e.g: a query that matches documents matching boolean combinations of other queries

{
"query": {
"bool":{
"must":[
{"match": {"location":"-71.2760089" }},
{"match":{"settings.multi_stats.completed":"2016-07-19T18:18:04+01:00"}},
{"match":{"settings.obfuscated_id":"9cSDq_ffSGbCz6Yp"}}
]
}
}
}
Recipes
👩‍💻
Fetch Summarised Booking Data from JRNI
Open Recipe
Log in to see full request history
timestatususer agent
Retrieving recent requests…
LoadingLoading…
Responses
200

Success

404

Not Found

Language
Credentials
URL
Click Try It! to start a request and see the response here!