Skip to main content

@wildix/wim-knowledge-base-client > KnowledgeBaseItem

KnowledgeBaseItem interface

Signature:

export interface KnowledgeBaseItem 

Properties

Property

Modifiers

Type

Description

companyId

string

Company ID that owns this knowledge base

createdAt

string

Timestamp when the knowledge base was created (ISO 8601 format). Example: 2021-01-01T00:00:00Z

dataSources

(string)[]

List of data source IDs that provide content for this knowledge base. Can include Confluence, Google Drive, file uploads, and proxy sources. Empty list results in no searchable content

description?

string | undefined

(Optional) Optional detailed description of the knowledge base content and purpose. Helps users understand what topics are covered. Examples: 'Comprehensive product documentation and service guides', 'Internal technical documentation'. Length: 0-1000 characters

id

string

Unique identifier of the knowledge base

name

string

Descriptive name for the knowledge base. Used for identification in the UI and APIs. Examples: 'Product Knowledge Base', 'Support Documentation'. Length: 2-100 characters

updatedAt

string

Timestamp when the knowledge base was last updated (ISO 8601 format). Example: 2021-01-01T00:00:00Z