Get
/v1/Articles/{articleId}/{langCode}/settings

Security
API Key
Header parameter nameapi_token
Enter REST API key. To generate a key, go to Settings → Knowledge base portal → API tokens
Path parameters
articleId
string Required

The ID of the article

langCode
string Required

Language code of the article

Responses
200
400
Show example

Success

Collapse all

object

data
object

slug
string 


seo_title
string 


description
string 


allow_comments
boolean 


show_table_of_contents
boolean 


featured_image_url
string 


tags
Array of string


status_indicator
integer 

Valid values[0,1,2,3]
status_indicator_expiry_date
string 


exclude_from_search
boolean 


related_articles
Array of object


object

extension_data
object

success
boolean 

Status indication for customer Api response


errors
Array of object

Errors in the customer Api response


object

warnings
Array of object

Warning in the customer Api response


object

information
Array of object

Information passed by the customer Api response


object