Connections

Get the schema for a table on the connection

Returns all the columns for a table on the given connection

get/connection/{id}/schema/{table}

Path parameters

idstring required

The connection ID

tablestring required

The table name

Query parameters

account_idstring

The account ID. Defaults to the user's default account.

Changes