Contains information from Knowledge Base articles
Data model

Fields
Field |
Type |
Description |
author_id* |
INT |
Identifier of the user who authored the article |
class_id |
INT |
Article Source Type, 0 Internal (Embedded), 1 External (Url) |
closed_date |
DATETIME |
Date the item entered closed status |
content |
NVARCHAR (MAX) |
Current Article Content |
created_date |
DATETIME |
Article creation date |
description |
NVARCHAR (510) |
Article Overview |
enable_groups_relation |
BIT |
Enable group engagement |
group_id* |
INT |
Identifier of the specialist group to which the responsible user belongs |
hit |
FLOAT |
Identify the total number of views of the item |
id* |
INT |
Unique Item Identifier |
identifier |
NVARCHAR (510) |
Alphanumeric code identifying the item |
integration_id |
INT |
Integration record ID related to the item |
interface_id |
NVARCHAR (200) |
Identifier of the source system related to the article, this is given by integration |
is_public |
INT |
Identify whether or not the item is public to the customer (0 = not public, 1 = public) |
keyword |
NVARCHAR (510) |
List of keywords related to the article |
modified_date |
DATETIME |
Last Date of Article Modification |
modifier_id* |
INT |
Identifier of the last user who modified the article |
previous_status_id |
INT |
Previous status identifier related to the item |
project_id* |
INT |
Project ID related to the item |
rating |
FLOAT |
Identify the average grade of the item |
reason_id |
INT |
Identifier of the reason for the current status related to the item |
responsible_id* |
INT |
Responsible user ID assigned to the item |
state_id* |
INT |
Identifier of the current status related to the item |
title* |
NVARCHAR (510) |
Article Title |
type_id* |
INT |
Item model type identifier |
url |
NVARCHAR (2000) |
If the source of the article is external, it represents the url where the article is hosted |
Primary Key
References