Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
tableSource
Error
A valid request URL is required to generate request examples
{
  "resource": "<string>",
  "source": "<string>",
  "columns": [
    {
      "name": "<string>",
      "type": "<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

Pattern: ^[a-zA-Z0-9_-]+$
connectionName
string
required

Name of the connection Standard identifier pattern for resource names

Pattern: ^[a-zA-Z0-9_-]+$

Query Parameters

tableKey
string

Table key

tablePath
string

Table path

Response

Table source information

resource
string

Resource path to the table source.

source
string
columns
object[]

Table fields