tencent cloud

APIs

DescribeGlossaries

ダウンロード
フォーカスモード
フォントサイズ
最終更新日: 2026-06-26 14:40:59

1. API Description

Domain name for API request: tokenhub.intl.tencentcloudapi.com.

Query the terminology repository list.

Query the Termbase list under this application. Support paginate, filter, and sort.

A maximum of 20 requests can be initiated per second for this API.

We recommend you to use API Explorer
Try it
API Explorer provides a range of capabilities, including online call, signature authentication, SDK code generation, and API quick search. It enables you to view the request, response, and auto-generated examples.

2. Input Parameters

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: DescribeGlossaries.
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.
Limit No Integer Number of returned results. Defaults to 20, maximum value is 100.
Offset No Integer Offset. Default value: 0.
Filters.N No Array of RequestFilter Filter condition list. Supported filter fields: GlossaryId (Termbase ID), Name, Source (source language code), Target (target language code).
Sorts.N No Array of RequestSort Sorting condition list. Supported sorting fields: CreatedTime (creation time), UpdatedTime (last update time).

3. Output Parameters

Parameter Name Type Description
Items Array of GlossaryItem Terminology repository list.
TotalCount Integer Total number of eligible terminology repositories.
Current 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.

4. Example

Example1 DescribeGlossaries

Input Example

POST / HTTP/1.1
Host: tokenhub.intl.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: DescribeGlossaries
<Common request parameters>

{}

Output Example

{
    "Response": {
        "Current": 0,
        "Items": [
            {
                "CreatedTime": "2026-03-01T00:00:00Z",
                "Description": "syytest",
                "GlossaryId": "fc88eea3787c6fb1a7404b65e2c25cac",
                "Name": "syytest-glossary",
                "Source": "zh",
                "Target": "en",
                "UpdatedTime": "2026-03-01T00:00:00Z"
            }
        ],
        "PageSize": 20,
        "RequestId": "381ee90c-4f9a-499f-a1fe-0888593f7337",
        "TotalCount": 1
    }
}

5. Developer Resources

SDK

TencentCloud API 3.0 integrates SDKs that support various programming languages to make it easier for you to call APIs.

Command Line Interface

6. Error Code

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
UnauthorizedOperation.UnauthorizedOperation UnauthorizedOperation.UnauthorizedOperation

ヘルプとサポート

この記事はお役に立ちましたか?

フィードバック