Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
temporaryTable
Error
A valid request URL is required to generate request examples
{
  "resource": "<string>",
  "table": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

projectName
string
required

Name of the project Standard identifier pattern for resource names

connectionName
string
required

Name of the connection Standard identifier pattern for resource names

Query Parameters

sqlStatement
string

SQL statement

Response

Temporary table information

resource
string

Resource path to the temporary table.

table
string