Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
The ID of the category
Language code of the category
Success
Getting settings status for category.
{
"data": {
"slug": "indexpage",
"seo_title": "IndexPage",
"description": null,
"allow_comments": true,
"show_table_of_contents": true,
"featured_image_url": null,
"tags": [],
"status_indicator": 0,
"status_indicator_expiry_date": null,
"exclude_from_search": false,
"exclude_from_ai_search": false,
"related_articles": [],
"content_type": 0,
"is_acknowledgement_enabled": false
},
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
This is to get category settings data
The slug of the category
SEO title of the category
SEO description of the category
Allow comments for category
True
- Table of Contents will be enabled
False
- Table of Contents will be disabled
URL of the featured image
List of Tags associated to the category
Category status in the knowledge base. 0 - None; 1 - New; 2 - Updated; 3 - Custom
The number of days after which the article status will be removed
true - The caetgory will not appear in search results in the knowledge base false - The category will appear in search results in the knowledge base
true - The AI search assistant will not fetch information from this page category; false - The AI search assistant will not exclude this page category while fetching information
The list of related article IDs to show in the knowledge base
The ID of the article
The title of the article
True
indicates that the article is hidden
The slug of the article
0 - Markdown content; 1 - HTML content
Extention data for customer API response
Status indication for customer API response
Errors in the customer API response
Thids is the Extention data object
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Extention Data for customer Api warning
Warning description
warning code for customer Api base response
Information passed by the customer API response
Extention data for customer Api response information
status description for customer Api response information
Bad Request
Kindly verify the Categotry Id and Langauage code, and peroform the task again.
{
"extension_data": null,
"success": false,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Category not found",
"error_code": "400",
"custom_data": null
}
],
"warnings": [],
"information": []
}
Extention data for customer API response
Status indication for customer API response
Errors in the customer API response
Thids is the Extention data object
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Extention Data for customer Api warning
Warning description
warning code for customer Api base response
Information passed by the customer API response
Extention data for customer Api response information
status description for customer Api response information