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 data connection.

Table
string
required

The table for which to list the columns.

WorkspaceId
string
default:default

The id of WorkspaceId.

Response

The action result

ColumnName
string

The name of column.

DataType
string

The data type of column.

IsKey
string

Current column is key or not.

IsTimeCheckColumn
string

Current column is a TimeCheck column or not.