Query data using ‘json-query’ format

Query data using a dot/bracket notation string and a matching key/value pair.

Authentication

AuthorizationBasic

Basic authentication of the form Basic <base64(username:password)>.

Request

request body
job_idstringOptionalformat: "^[0-9a-f]{24}$"
String representation of a MongoDB ObjectId
pass_on_nullbooleanOptional
querystringOptional
objobjectOptional

Response

Returned data from the match query
string
OR
double
OR
map from strings to any
OR
list of any
OR
boolean

Errors

500
Internal Server Error