GET /knowledge/{knowledgeId}
Retrieve a knowledge base document by its ID.
string
required
The unique knowledge document ID.
string
Document ID.
string
Document title.
string
URL-friendly identifier.
string
Document body — HTML or Markdown depending on
contentType.string
"html" or "markdown".string
Top-level category grouping.
string[]
Searchable tags.
string
ISO datetime of first publication.
string
ISO datetime of last update.
Notes for Developers
- Content may be HTML with embedded formatting. Render with a sanitized HTML renderer.
- Document IDs are typically configured in the organization’s CMS and referenced from within the application UI.