This use case validates an IQLQuery’s query string by checking for syntactic errors.

Parameters

  • The query field of the IQLQuery as described in IQLQuery.

On Success

  • Returns { "isValid": true } if the query string is syntactically valid IQL. Otherwise { "isValid": false, "error": { "message": "..." }} is returned where the message contains additional information. See the IQL syntax documentation.

On Failure

  • The query was malformed.

How to execute this use case with the Connector?

The Connector is our first-class citizen, thus we provide you with a detailed API description for every use case. This use case can be executed with the REST API of the Connector which you can Access the Connector.
Corresponding interactive API docs excerpt: