Obtaining FAQs
Function
This API is used to obtain FAQ details, including questions and answers, by ID.
URI
GET /v1/{project_id}/applications/{application_id}/uni-search/faq/{faq_id}
Parameter | Mandatory | Type | Description |
|---|---|---|---|
project_id | Yes | String | Definition: Project ID. For details about how to obtain the project ID, see Obtaining a Project ID. Constraints: N/A Value range: The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter. Default value: N/A |
application_id | Yes | String | Definition: Application ID. For details about how to obtain the application ID, see Obtaining an Application ID. Constraints: Character string Value range: The value can contain 1 to 64 characters. Only digits, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter. Default value: N/A |
faq_id | Yes | String | Definition: FAQ ID. It can contain 1 to 64 characters. Only numbers, letters, hyphens (-), and underscores (_) are allowed. The value must start with a letter. How to obtain:
Value range: N/A |
Parameter | Mandatory | Type | Description |
|---|---|---|---|
repo_id | No | String | Definition: Knowledge base ID. When carried in the request, it specifies the target knowledge base for the query. Constraints: N/A Value range: N/A Default value: N/A |
Request Parameters
Parameter | Mandatory | Type | Description |
|---|---|---|---|
X-Auth-Token | Yes | String | Definition: Token used for API authentication. For details about how to obtain the token, see Obtaining an IAM User Token. Constraints: N/A Value range: N/A Default value: N/A |
Response Parameters
Status code: 200
Example Requests
Obtain FAQ details by ID.
/v1/b25446daeb1a41a7953c5deba2b2677a/applications/be9b19bf-4865-4fb8-b9f8-2fd1fea98d76/uni-search/0c3fae2d-428e-454c-ad80-2e5c5fa7b33a/faq?page_num=1&page_size=10&repo_id=0c3fae2d-428e-454c-ad80-2e5c5fa7b33a
Example Responses
Status code: 200
FAQ details successfully obtained by ID.
{
"id" : "5323205cfa9244b385ff5968ece0cd9a",
"repo_id" : "123",
"question" : "Question",
"answer" : "Answer",
"status" : 0,
"create_time" : "1716284755573",
"update_time" : "1716284755573"
} Status Codes
Status Code | Description |
|---|---|
200 | FAQ details successfully obtained by ID. |
Error Codes
See Error Codes.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot
