DemandFlow Support Centre

KBPUBLIC: Public Article

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Public-facing knowledge base article for the customer support portal. Separate from KBARTICLE which is for internal ITSM use.

KBPUBLIC: Public Article

Public-facing knowledge base article for the customer support portal. Separate from KBARTICLE which is for internal ITSM use.

Default definition. This article describes the default KBPUBLIC 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 KBPUBLIC.

Entity properties

PropertyValue
Entity codeKBPUBLIC
Display namePublic Article
PluralPublic Articles
Level52400

Use cases

KBPUBLIC is the public portal counterpart to KBARTICLE. Articles with status Published are served on the portal. Categories come from KBCATPUBLIC via objectLookup.

Fields

Article Information

FieldTypeRequiredNotes
nametextYesTitle
slugtextLowercase, hyphenated identifier used in the article URL. Generated automatically from the title when first saved. Editing this changes the URL. old links will break.
articleTypeenumArticle 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
categoryreference → KBCATPUBLICCategory
keywordstextKeywords
sortOrdernumberLower numbers appear first within the category on the public portal. Leave blank to fall back to published date (newest first).

Ownership

FieldTypeRequiredNotes
authorreference → userYesAuthor
publishedDatedatePublished Date

Analytics

FieldTypeRequiredNotes
viewCountnumberView Count Read only.
averageRatingnumberAvg. Rating 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: category points at a KBCATPUBLIC record.

Creating a Public Article via the API

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

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

Listing Public Articles records

# All public articles in your tenant
GET /v1/entities/KBPUBLIC/SUB

See also

kbpublicpublicarticlearticlesentity reference

Was this article helpful?

← Back to Knowledge Base