Salesforce Knowledge Management Article Structure

Structural documentation for the Salesforce Knowledge Article resource.

Type: Properties: 0
ArticlesCRMCustomer ServiceDocumentationKnowledge-ManagementSupport

Salesforce Knowledge Management Article Structure is a JSON Structure definition published by Salesforce Knowledge Management.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Salesforce Knowledge Article Structure",
  "description": "Structural documentation for the Salesforce Knowledge Article resource.",
  "resource": "KnowledgeArticle",
  "baseUri": "https://{instance}.salesforce.com/services/data/v59.0/support/knowledgeArticles",
  "fields": [
    {
      "name": "Id",
      "type": "string",
      "required": true,
      "description": "Unique Salesforce record ID",
      "example": "ka0xx000000AbCdAAK"
    },
    {
      "name": "KnowledgeArticleId",
      "type": "string",
      "required": false,
      "description": "Master article ID shared across versions",
      "example": "kA0xx000000AbCdAAK"
    },
    {
      "name": "Title",
      "type": "string",
      "required": true,
      "description": "Article title displayed in search results and article pages",
      "example": "How to Reset Your Password"
    },
    {
      "name": "UrlName",
      "type": "string",
      "required": false,
      "description": "URL slug used in Knowledge Base article URLs",
      "example": "how-to-reset-your-password"
    },
    {
      "name": "Summary",
      "type": "string",
      "required": false,
      "description": "Short excerpt displayed in search results",
      "example": "Step-by-step guide for resetting your Salesforce account password."
    },
    {
      "name": "PublishStatus",
      "type": "string",
      "required": true,
      "description": "Article lifecycle status",
      "enum": ["Online", "Draft", "Archived"],
      "example": "Online"
    },
    {
      "name": "Language",
      "type": "string",
      "required": false,
      "description": "Article language code",
      "example": "en_US"
    },
    {
      "name": "VersionNumber",
      "type": "integer",
      "required": false,
      "description": "Incremented each time the article is published",
      "example": 2
    },
    {
      "name": "LastPublishedDate",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 timestamp of last publication",
      "example": "2024-09-01T08:00:00.000Z"
    },
    {
      "name": "IsVisibleInApp",
      "type": "boolean",
      "required": false,
      "description": "Visible in internal Salesforce app channel",
      "example": true
    },
    {
      "name": "IsVisibleInPkb",
      "type": "boolean",
      "required": false,
      "description": "Visible in Public Knowledge Base",
      "example": true
    }
  ],
  "channels": [
    {
      "name": "App",
      "description": "Internal Salesforce agent/app channel",
      "field": "IsVisibleInApp"
    },
    {
      "name": "Pkb",
      "description": "Public Knowledge Base for self-service",
      "field": "IsVisibleInPkb"
    },
    {
      "name": "Csp",
      "description": "Customer Portal channel",
      "field": "IsVisibleInCsp"
    },
    {
      "name": "Prm",
      "description": "Partner Relationship Management channel",
      "field": "IsVisibleInPrm"
    }
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/salesforce-knowledge-management-article-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.