Entities
Run a query of an entity
post/entities/:entity/queries/:id
Path parameters
entitystring required
Name of the entity in which the query will be executed
idstring required
Unique identifier of the query to run
Request body
object required
Query options
Example request
{
"params": [],
"conditions": []
}Response
Success