Client Search

An ElasticSearch query endpoint. ElasticSearch provides a full Query DSL based on JSON to define queries.Query DSL
e.g 1: Match queries accept text/numerics/dates, analyses them, and constructs a query
{"query": {"match" : { "name" : "John Doe" } }}
e.g 2: A query that matches documents matching boolean combinations of other queries
{"query": {"bool": {"must": [{"match": {"questions.id": 12345}},{"match": {"questions.answer": "No"}}]}}}

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Responses
200

Success

404

Not Found

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