Domain name for API request: tokenhub.intl.tencentcloudapi.com.
Query the terminology entry list.
Query specified entries in a Termbase. Support pagination.
A maximum of 20 requests can be initiated per second for this API.
The following request parameter list only provides API request parameters and some common parameters. For the complete common parameter list, see Common Request Parameters.
| Parameter Name | Required | Type | Description |
|---|---|---|---|
| Action | Yes | String | Common Params. The value used for this API: DescribeGlossaryEntries. |
| Version | Yes | String | Common Params. The value used for this API: 2026-03-22. |
| Region | Yes | String | Common Params. For more information, please see the list of regions supported by the product. |
| GlossaryId | Yes | String | Termbase ID. Obtain through the API DescribeGlossaries. |
| Page | No | Integer | Page number. Default is 1. |
| PageSize | No | Integer | Size per page. The default value is 20, and the maximum value is 200. |
| Parameter Name | Type | Description |
|---|---|---|
| Entries | Array of GlossaryEntryItem | Terminology entry list. |
| Total | Integer | Total number of eligible terminology entries. |
| Page | Integer | Current page. |
| PageSize | Integer | Size per page |
| RequestId | String | The unique request ID, generated by the server, will be returned for every request (if the request fails to reach the server for other reasons, the request will not obtain a RequestId). RequestId is required for locating a problem. |
POST / HTTP/1.1
Host: tokenhub.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeGlossaryEntries
<Common request parameters>
{
"GlossaryId": "c5a3fa588af94ddaa50ca896ae6392e5"
}
{
"Response": {
"Entries": [
{
"EntryId": "b395853160e117177041f0dff7a56274",
"SourceTerm": "Cloud server 222"
"TargetTerm": "Cloud Server222",
"UpdatedAt": 1779970384
},
{
"EntryId": "bfbc15bbefa2dfcec068372c774ef45c",
"SourceTerm": "Cloud server",
"TargetTerm": "Cloud Server",
"UpdatedAt": 1779970384
}
],
"Page": 1,
"PageSize": 20,
"RequestId": "b32c2fcf-bbcc-40a0-8b6c-6af9a4e8a967",
"Total": 2
}
}
TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.
The following only lists the error codes related to the API business logic. For other error codes, see Common Error Codes.
| Error Code | Description |
|---|---|
| InternalError.InternalError | InternalError.InternalError |
| InvalidParameter.InvalidParameter | InvalidParameter.InvalidParameter |
| InvalidParameterValue.InvalidParameterValue | InvalidParameterValue.InvalidParameterValue |
| MissingParameter.MissingParameter | MissingParameter.MissingParameter |
| ResourceNotFound.GlossaryNotFound | ResourceNotFound.GlossaryNotFound |
| UnauthorizedOperation.UnauthorizedOperation | UnauthorizedOperation.UnauthorizedOperation |
Esta página foi útil?
Você também pode entrar em contato com a Equipe de vendas ou Enviar um tíquete em caso de ajuda.
comentários