Error
A valid request URL is required to generate request examples[
{
"name": "<string>",
"datatype": "<string>",
"iskey": true,
"isincrementalcheckcolumn": true
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}List All Table Columns
GET
/
v2
/
connections
/
{connection_id}
/
tables
/
{table_name}
/
columns
Error
A valid request URL is required to generate request examples[
{
"name": "<string>",
"datatype": "<string>",
"iskey": true,
"isincrementalcheckcolumn": true
}
]{
"code": 123,
"message": "<string>",
"error": "<string>"
}Authorizations
ApiKeyAuthBasicAuth
A Sync user auth token. Generate one via POST /v2/users/generate-token.
Path Parameters
Connection identifier.
Name of the table to list columns for.