DemandFlow Support Centre

KBARTICLE: Knowledge Article

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Knowledge base article for documenting solutions, workarounds, procedures, and FAQs for IT support.

KBARTICLE: Knowledge Article

Knowledge base article for documenting solutions, workarounds, procedures, and FAQs for IT support.

Default definition. This article describes the default KBARTICLE definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches KBARTICLE.

Entity properties

PropertyValue
Entity codeKBARTICLE
Display nameKnowledge Article
PluralKnowledge Articles
Level50900

Use cases

KBARTICLE provides a searchable knowledge base for IT support staff and end users. Articles link to ITPROBLEM (root cause documentation) and SVCCAT (service procedures). TICKET references articles via knowledgeArticle field, enabling a Related Tickets panel via stockRecord.

Fields

Article Information

FieldTypeRequiredNotes
nametextYesTitle
articleTypeenumYesArticle Type Valid ids: 1 (How-To), 2 (Troubleshooting), 3 (FAQ), 4 (Policy), 5 (Procedure), 6 (Reference).
statusenumYesStatus Valid ids: 1 (Draft), 2 (In Review), 3 (Published), 4 (Archived).
summarytext (multi-line)YesSummary
scribdEmbedtext (multi-line)Paste the iframe embed code from Scribd. When set, the Scribd document is shown instead of the article content.

Classification

FieldTypeRequiredNotes
categoryenumCategory Valid ids: 1 (Hardware), 2 (Software), 3 (Network), 4 (Access/Permissions), 5 (Email), 6 (Security), 7 (General).
applicableToenumApplicable To Valid ids: 1 (End Users), 2 (IT Staff), 3 (All).
keywordstextKeywords
relatedProblemreference → ITPROBLEMRelated Problem
relatedServicereference → SVCCATRelated Service

Ownership

FieldTypeRequiredNotes
authorreference → userYesAuthor
reviewerreference → userReviewer
publishedDatedatePublished Date
lastReviewedDatedateLast Reviewed
nextReviewDatedateNext Review Date
versiontextVersion

Feedback & Analytics

FieldTypeRequiredNotes
viewCountnumberView Count Read only.
linkedTicketCountnumberLinked Tickets Read only.
averageRatingnumberAverage usefulness rating (1-5) from linked ticket resolutions Read only.
ratingCountnumberRatings Read only.
helpfulYesnumberHelpful (Yes) Read only.
helpfulNonumberHelpful (No) Read only.

Article Content

FieldTypeRequiredNotes
contenttext (HTML)Content

Activity. Activity timeline panel attached.

Relationships

  • Lookups: relatedProblem points at a ITPROBLEM record. relatedService points at a SVCCAT record.
  • Related lists: TICKET.

Creating a Knowledge Article via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "KBARTICLE",
  "level":    50900,
  "comboKey": "SUB:<your-sub-id>|ENT:",
  "name": "Example",
  "articleType": "1",
  "status": "1",
  "summary": "Example text."
}

Listing Knowledge Articles records

# All knowledge articles in your tenant
GET /v1/entities/KBARTICLE/SUB

See also

kbarticleknowledgearticlearticlesknowledgebaseentity reference

Was this article helpful?

← Back to Knowledge Base