Error
A valid request URL is required to generate request examples[
{
"TableName": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}List All Connection Tables
List all the available tables.
POST
/
getConnectionTables
Error
A valid request URL is required to generate request examples[
{
"TableName": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}Authorizations
basicauthtoken_headerauthtoken_query
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Body
application/json
The name of the connection.
The id of WorkspaceId.
The types (tables or views) that should be listed.
Whether include the catalog name in the table name.
Whether include the schema name in the table name.
Specify the schema for the database.
The number of skipping table, this is for paging.
The number of topping table, this is for paging.
Whether reset metadata before getting tables.
The obtained table will be added to the job.
Response
The action result
The name of the table.