Queries the information about a permission template.
Operation description
You must be a Data Management (DMS) administrator or a database administrator (DBA). For more information about how to view system roles, see View system roles.
Debugging
Authorization information
There is currently no authorization information disclosed in the API.
Request parameters
Parameter | Type | Required | Description | Example |
---|---|---|---|---|
TemplateId | long | Yes | The ID of the permission template. | 1563 |
Tid | long | No | The ID of the tenant. You can call the GetUserActiveTenant or ListUserTenants operation to query the tenant ID. | 3*** |
Response parameters
Examples
Sample success responses
JSON
format
{
"RequestId": "0C1CB646-1DE4-4AD0-B4A4-7D47DD52E931",
"ErrorCode": "UnknownError",
"ErrorMessage": "UnknownError",
"AuthorityTemplateView": {
"TemplateId": 1563,
"CreatorId": 0,
"Name": "TestTemplate\n",
"Description": "This template is used for business testing.\n",
"CreateTime": "2023-01-01 00:00:00",
"AuthorityTemplateItemList": {
"AuthorityTemplateItem": [
{
"ItemId": 0,
"TemplateId": 1563,
"ModifierId": 0,
"ResourceType": "INSTANCE",
"InstanceId": 0,
"DbId": 0,
"TableName": "ExampleTable",
"Attribute": "\"permissionTypes\": [\n \"LOGIN\"\n ]"
}
]
}
},
"Success": true,
"Tid": 0
}
Error codes
For a list of error codes, visit the Service error codes.
Change history
Change time | Summary of changes | Operation |
---|---|---|
2023-10-19 | The response structure of the API has changed | View Change Details |
2023-09-20 | The internal configuration of the API is changed, but the call is not affected | View Change Details |