v1

latestOpenAPI 3.0.0Apache 2.02026-07-1784052.8 KB
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