Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
queryData
{
  "resource": "<string>",
  "data": "<string>"
}

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

Query Parameters

sqlStatement
string

SQL statement

options
string

Options

Response

Query execution results

resource
string

Resource path to the query data.

data
string
I