Error
A valid request URL is required to generate request examples[
{
"TableName": "<string>"
}
]{
"error": {
"code": "<string>",
"message": "<string>"
}
}List all the available tables.
POST
/
getAddingTablesForJob
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 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.
The obtained table will be added to the job.
The id of WorkspaceId.
The search text.
Whether to ignore case sensitivity during the search.
Whether reset metadata before getting tables.
Response
The action result
The name of the table.