v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBKnowledge Base Categories
Get knowledge base category with content in specified locale
Fetches a knowledge base category with content for a given locale.
Required scope: knowledge_bases:read
get/knowledge_base_categories/{category_id}/locales/{locale}/content
Path parameters
category_idstring required
The ID of the category to fetch
localestring required
The locale of the content to fetch
Response
A knowledge base category with content
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/knowledge_base_categories/kbc_12",
"related": {
"knowledge_base": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12",
"parent_category": "https://yourCompany.api.frontapp.com/knowledge_base_catgories/kbc_10",
"articles": "https://yourCompany.api.frontapp.com/knowledge_base_categories/kbc_12/articles"
}
},
"id": "kbc_12",
"name": "Getting started",
"description": "How to get started in Front",
"locale": "en",
"created_at": 1622672452.363,
"updated_at": 1654309308.278
}