Create Query
POST
/
data
/
projects
/
{projectId}
/
queries
Path Parameters
projectId
string
requiredBody
application/json
displayName
string
The display name of the query.
inputQuery
string
The sql query.
Response
200 - application/json
id
string
The ID of the query.
displayName
string
The display name of the query.
name
string
The name of the query.
This is the name of the query which will be used in the sql query. e.g. SELECT * FROM "peaka"."query"."<name>"
inputQuery
string
The sql query.