Skip to Content

HelpArticleResponse

Properties

NameTypeDescriptionNotes
idLongUnique identifier for the help article[default to null]
titleStringTitle of the help article[default to null]
slugStringURL-friendly slug for the article[default to null]
contentStringHTML content of the help article[default to null]
help_category_idLongID of the category this article belongs to[default to null]
localeStringLanguage/locale code (e.g., “en”, “tr”)[default to null]
is_publishedBooleanWhether the article is published and visible to users[default to null]
created_atDateTimestamp when the article was created[default to null]
updated_atDateTimestamp when the article was last updated[default to null]

[Back to Model list] [Back to API list] [Back to README]