Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

articles-KMCreateArticleSuggestion

Updated on September 14, 2021

Creates an article suggestion in the Content candidates work basket.

Pega Knowledge Implementation Guide

Method: POST

Sample endpoint URL

https://<DomainName>/prweb/api/PegaKMREST/articles/KMCreateArticleSuggestion

Query parameters

NameTypeDescription
articletitlestringThe title of the article.
articleabstractstringThe abstract for the article.
categoryidstringThe Category ID; only one category is allowed.
articlebodystringThe article body (HTML or plain text).
tagsstringComma separated tag names.

Response syntax

{

"ArticleAbstract":"",
"ArticleTitle":"",
"KMContentCandidateCategoryID":"",
"KMContentCandidateCategoryLabel":"",
"KMContentSource":"",
"success":[ 

  {
           "message":""

  }

 ] 

}

Sample response

{

"ArticleAbstract":"Describe how rest APIs can be used"
,"ArticleTitle":"How to use REST APIs?"
,"KMContentCandidateCategoryID":"TAX-9"
,"KMContentCandidateCategoryLabel":"General Q & A"
,"KMContentSource":"Refer PegaKMREST service package for details"
,"success":[ 

{

"message":"Article Suggestion successfully created"
}

] 

}

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us