Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

11.26 This service only accessible in administration allows you to analyze queries such as Wedia JSON Query or Wedia JSON Meta Query (aggregates).

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.

  • No labels