Articles
Help centers allow organizations to create and manage knowledge bases with articles and collections. Currently, Featurebase supports one help center per organization.
List articles
GET/v2/help_center/articles
Create an article
POST/v2/help_center/articles
Get an article by ID
GET/v2/help_center/articles/{id}
Update an article
PATCH/v2/help_center/articles/{id}
Delete an article
DELETE/v2/help_center/articles/{id}
Search articles
POST/v2/help_center/articles/search
ModelsExpand Collapse
Article object { id, availableLocales, createdAt, 27 more }
Article object { id, availableLocales, createdAt, 27 more }
translations: optional object { id, bg, bn, 39 more } Translations by locale code
translations: optional object { id, bg, bn, 39 more }
Translations by locale code
ArticleSearchResponse object { data, nextCursor, object, 2 more }
ArticleSearchResponse object { data, nextCursor, object, 2 more }
data: array of object { id, availableLocales, createdAt, 27 more } Array of search results
data: array of object { id, availableLocales, createdAt, 27 more }
Array of search results
translations: optional object { id, bg, bn, 39 more } Translations by locale code
translations: optional object { id, bg, bn, 39 more }
Translations by locale code