v1
latestOpenAPI 3.0.02026-07-26254134307.1 KBKnowledge Bases
Get a knowledge base with content in specified locale
Fetches a knowledge base with its content for a given locale.
Required scope: knowledge_bases:read
get/knowledge_bases/{knowledge_base_id}/locales/{locale}/content
Path parameters
knowledge_base_idstring required
The ID of the knowledge base to fetch
localestring required
The locale of the content to fetch
Response
A knowledge base with content
Example response
{
"_links": {
"self": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12",
"related": {
"articles": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12/articles",
"categories": "https://yourCompany.api.frontapp.com/knowledge_bases/knb_12/categories"
}
},
"id": "knb_12",
"name": "Company Help Center",
"status": "unpublished",
"type": "internal",
"locale": "en",
"created_at": 1622672452.363,
"updated_at": 1654309308.278
}