tencent cloud

ListReleaseQAPreview
最后更新时间:2025-10-30 21:48:34
ListReleaseQAPreview
最后更新时间: 2025-10-30 21:48:34

1. API Description

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

List of documents.

A maximum of 100 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: ListReleaseQAPreview.
Version Yes String Common Params. The value used for this API: 2023-11-30.
Region Yes String Common Params. For more information, please see the list of regions supported by the product. This API only supports: ap-jakarta.
BotBizId Yes String Application ID.
PageNumber Yes Integer Page number.
PageSize Yes Integer Number of items per page.
Query No String Query content.
ReleaseBizId No String Release ticket ID.
StartTime No String Start time.
EndTime No String End time.
Actions.N No Array of Integer Status (1: newly-added; 2: modified; 3: deleted).
ReleaseStatus.N No Array of Integer Release status (4: release successful; 5: release failed).

3. Output Parameters

Parameter Name Type Description
Total String Document quantity.
List Array of ReleaseQA The list of documents.
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 Release a Q&A Preview

Input Example

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

{
    "BotBizId": "1694921462777761792",
    "PageNumber": 1,
    "PageSize": 10,
    "Query": "",
    "ReleaseBizId": "1694923462777761792",
    "StartTime": "1735056000",
    "EndTime": "1735142399",
    "Actions": [],
    "ReleaseStatus": []
}

Output Example

{
    "Response": {
        "List": [
            {
                "Action": 3,
                "ActionDesc": "Deletion"
                "FileName": "",
                "FileType": "",
                "Message": "",
                "QaBizId": "161612",
                "Question": "aaaa",
                "ReleaseStatus": 0,
                "Source": 3,
                "SourceDesc": "Manual entry"
                "UpdateTime": "1701264450"
            },
            {
                "Action": 3,
                "ActionDesc": "Deletion"
                "FileName": "",
                "FileType": "",
                "Message": "",
                "QaBizId": "161738",
                "Question": "Question 1"
                "ReleaseStatus": 0,
                "Source": 2,
                "SourceDesc": "Batch import"
                "UpdateTime": "1701422596"
            },
            {
                "Action": 3,
                "ActionDesc": "Deletion"
                "FileName": "",
                "FileType": "",
                "Message": "",
                "QaBizId": "161739",
                "Question": "Issue 2"
                "ReleaseStatus": 0,
                "Source": 2,
                "SourceDesc": "Batch import"
                "UpdateTime": "1701427533"
            },
            {
                "Action": 3,
                "ActionDesc": "Deletion"
                "FileName": "",
                "FileType": "",
                "Message": "",
                "QaBizId": "161740",
                "Question": "qq",
                "ReleaseStatus": 0,
                "Source": 2,
                "SourceDesc": "Batch import"
                "UpdateTime": "1701670093"
            },
            {
                "Action": 1,
                "ActionDesc": "Add new"
                "FileName": "Measures for Minimum Living Allowance in Shenzhen.docx"
                "FileType": "docx",
                "Message": "",
                "QaBizId": "162463",
"Question": "When will the Measures for the Minimum Living Security in Shenzhen be implemented?"                "ReleaseStatus": 0,
                "Source": 1,
                "SourceDesc": "Measures for the Minimum Living Allowance in Shenzhen Municipality.docx"
                "UpdateTime": "1700550874"
            },
            {
                "Action": 1,
                "ActionDesc": "Add new"
                "FileName": "",
                "FileType": "",
                "Message": "",
                "QaBizId": "1731558661913706496",
                "Question": "a",
                "ReleaseStatus": 0,
                "Source": 3,
                "SourceDesc": "manual entry"
                "UpdateTime": "1701670760"
            }
        ],
        "RequestId": "0260ac98-913d-4aab-9276-8a045f627e4e",
        "Total": "6"
    }
}

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
FailedOperation Operation failed.
本页内容是否解决了您的问题?
您也可以 联系销售 提交工单 以寻求帮助。

文档反馈