provider Knowledge Bases GET /knowledge_bases/{knowledge_base_id}/content
@utdk/front /knowledge_bases/{knowledge_base_id}/content
Get a knowledge base with content in default locale
Fetches a knowledge base with its content in the default locale. Required scope: `knowledge_bases:read`
knowledge_base_id path required
The ID of the knowledge base to fetch
string

Try it

Authentication
Configure credentials for Core API
getAKnowledgeBaseWithContentInDefaultLocale
GET/knowledge_bases/{knowledge_base_id}/content
Fetches a knowledge base with its content in the default locale. Required scope: `knowledge_bases:read`

Parameters

required

The ID of the knowledge base to fetch

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import front from '@utdk/front';

await front.getAKnowledgeBaseWithContentInDefaultLocale({
  "knowledge_base_id": "knb_123"
})