articles-KMRateArticle
Allows you to rate an article.
Pega Knowledge
Implementation Guide
Method: POST
Sample endpoint URL
https://<DomainName>/prweb/api/PegaKMREST/articles/KMRateArticle
Query parameters
Name | Type | Description |
ArticleID | string | The ID of the article to rate. |
Rating | string | A rating between 1 and 5. |
UserId | string | The Operator ID. |
Response syntax
{
"ArticleID": "",
"ArticleRating": ""
}
Sample response
{
"ArticleID": "KCP-183",
"ArticleRating": "5"
}
Previous topic articles-KMListArticlesByTaxonomy-{TaxKey} Next topic search-KMGetArticlesAndPosts