Skip to main content
GET
/
projects
/
{projectName}
/
connections
/
{connectionName}
/
tableSource
{
  "resource": "<string>",
  "source": "<string>",
  "columns": [
    {
      "name": "<string>",
      "type": "<string>"
    }
  ]
}

Path Parameters

projectName
string
required

Name of the project

connectionName
string
required

Name of the connection

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

I