- Print
- DarkLight
- PDF
Get settings for the Category
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,
"related_articles": [],
"content_type": 0,
"is_acknowledgement_enabled": false
},
"extension_data": null,
"success": true,
"errors": [],
"warnings": [],
"information": []
}
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
Article 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
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; 1 - WYSIWYG(HTML); 2 - Advanced WYSIWYG
Status indication for customer API response
Errors in the customer API response
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Warning description
warning code for customer Api base response
Information passed by the customer API response
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": []
}
Status indication for customer API response
Errors in the customer API response
Stack trace for error response message
Description for error cause
Error code for Api response
Warnings in the customer API response
Warning description
warning code for customer Api base response
Information passed by the customer API response
status description for customer Api response information