Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
ConnectionName
string
required

The name of the connection.

TableOrView
string
default:ALL

The types (tables or views) that should be listed.

IncludeCatalog
string
default:false

Whether include the catalog name in the table name.

IncludeSchema
string
default:false

Whether include the schema name in the table name.

Schema
string

Specify the schema for the database.

SkipTable
string
default:-1

The number of skipping table, this is for paging.

TopTable
string
default:-1

The number of topping table, this is for paging.

JobId
string

The obtained table will be added to the job.

WorkspaceId
string
default:default

The id of WorkspaceId.

SearchText
string

The search text.

IgnoreCaseSensitive
string
default:True

Whether to ignore case sensitivity during the search.

ResetMetadata
string
default:false

Whether reset metadata before getting tables.

Response

The action result

TableName
string

The name of the table.