- Print
- Dark modeLight
- PDF
Gets settings for the article
Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
The ID of the article
Language code of the article
Success
This is the sample response for Get-Article-Settings, You can verify the Slug, Tags, and relatedArticles.
{
"data": {
"slug": "5-basic-things-to-get-started",
"seo_title": null,
"description": null,
"allow_comments": true,
"show_table_of_contents": true,
"featured_image_url": null,
"tags": [
"Getting started"
],
"status_indicator": 1,
"status_indicator_expiry_date": "2024-06-13T02:30:00Z",
"exclude_from_search": false,
"exclude_from_ai_search": false,
"related_articles": [],
"is_acknowledgement_enabled": false
},
"extension_data": null,
"success": true,
"errors": null,
"warnings": [],
"information": []
}
Get article settings
The slug of the article
The SEO title of the article
The SEO description of the article
True
indicates that comments are allowed in the article
True
indicates that Table of Contents are shown in the article
URL of the featured image
List of tags associated to the article
The status of the article: 0 - None, 1 - New, 2 - Updated, 3 - Custom
The number of days after which the article status will be removed
True
indicates that the article will not appear in the Knowledge base search results
List of related articles associated to the article
The ID of the article
The title of the article
True
indicates that the article is hidden
The slug of the article
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 your articleId and perform the task again. Also verify the langCode (language code) is mismatching.
{
"extension_data": null,
"success": true,
"errors": [
{
"extension_data": null,
"stack_trace": null,
"description": "Article not found",
"error_code": null,
"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