[SalesForce] How to access KnowledgeArticle content via REST API

Does anyone know if it's possible to access KnowledgeArticle content over the Salesforce REST API? All I can find are the KnowledgeArticle and KnowledgeArticleVersion objects which seem to have only the Title and Summary of the article.

Best Answer

I'm not fully up to date with Salesforce Knowledge articles, but I did find Retrieve a Version of an Article in the Salesforce Knowledge Developer's Guide.

It's a bit short on details, which I suspect is related to the API being in pre-release.

There is also the Salesforce Knowledge Objects Data Model. It has plenty of polymorphic references to other sObjects, but nothing that stands out as "content" to me.

Related Topic