Summary
Query Data Using 'json-query' Format
Description
Query data using a dot/bracket notation string and a matching key/value pair.
Route
POST /workflow_engine/query
Roles
            admin
apiread
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| job_id | string | yes | ID of the job to query. | 
| pass_on_null | boolean | yes | Whether pass on null is allowed. | 
| query | string | yes | Query body. | 
| obj | object | yes | Data to query | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| return_data | * | Returned data from the match query |