Collections
Help centers allow organizations to create and manage knowledge bases with articles and collections. Currently, Featurebase supports one help center per organization.
List collections
GET/v2/help_center/collections
Create a collection
POST/v2/help_center/collections
Get a collection by ID
GET/v2/help_center/collections/{id}
Update a collection
PATCH/v2/help_center/collections/{id}
Delete a collection
DELETE/v2/help_center/collections/{id}
ModelsExpand Collapse
Collection object { id, availableLocales, createdAt, 19 more }
Collection object { id, availableLocales, createdAt, 19 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