Queries the details of columns in a table.
Operation description
You can call this operation only for database instances whose control mode is Security Collaboration.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant operation to obtain the tenant ID. | 3*** |
TableGuid | string | Yes | The globally unique identifier (GUID) of the table in Data Management (DMS).
| IDB_40753****.qntest2.activity_setting |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "087DFBA1-378B-5D25-B13B-31F6409F****",
"ErrorCode": "MissingTableGuid",
"ColumnList": [
{
"ColumnType": "bigint(1)",
"AutoIncrement": false,
"ColumnId": "63513****",
"ColumnName": "has_promotion",
"SecurityLevel": "INNER",
"PrimaryKey": "true",
"Description": "Whether discounts are provided\n",
"DataPrecision": 19,
"DataScale": 0,
"Position": 1,
"Nullable": false,
"DataLength": 0
}
],
"ErrorMessage": "TableGuid is mandatory for this action.",
"Success": true
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|
No change history