function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
JO_DevJO_Dev 

SOQL Query for all Knowledge Article Types

How do I write a SOQL Query to get all Knowledge Article Types?
Best Answer chosen by JO_Dev
Rupali PophaliyaRupali Pophaliya
It can be accessible on the base Article Type’s <ArticleTypeName>__kav object and can be queried via SOQL and SOSL. 

Refer this Article for more details: https://developer.salesforce.com/blogs/engineering/2015/08/improving-query-performance-salesforce-knowledge-articles.html