Request language analyzer tools

11.26 This service only accessible in administration allows you to analyze queries.

It may be helpful to check the syntax of your query, check the final generated prepared where, test the response time, etc.

See Request Language .

Main end point

The main end point URL is

/api/rest/qa/query

It allows to

  • Convert a JSON query to prepared where ;

  • Explain each constraint for a metaquery ;

  • Obtain results counts and run-time estimates outside the context of the API.

You can do this on a structure object, a resource (from the DAM or DATA API), honoring the base wheres, and/or security.

Online documentation

You can also get swagger/redoc documentation of the service on /api/rest/qa.

Â