articles-KMGetArticleByID-{ArticleId}
Gets the corresponding article data for the specified article ID.
Pega Knowledge
Implementation Guide
Method: GET
Sample endpoint URL
https://<DomainName>/prweb/api/PegaKMREST/articles/KMGetArticleByID/{ArticleId}
Path parameters
Name | Type | Description |
ArticleId | string | The pyld of the published content. |
Response syntax
{
"ArticleAbstract": "",
"ArticleTitle": "",
"Content": "",
"ContentType": "",
"URL": "",
"attachments": [
{
"AttachmentsType": "File",
"DownloadLink": "",
"FileAttachments": ""
}
],
"tags": [
{
"TagName": ""
}
],
"taxonomies": [
{
"ParentTaxonomyId": "",
"TaxonomyId": "",
"TaxonomyKey": "",
"TaxonomyName": "",
"TaxonomyPath": ""
}
],
"referencedArticles": [
{
"ArticleID": "",
"ArticleTitle":""
}
]
}
Sample response
{
"ArticleAbstract": "Risk is only one part of the equation when it comes to the impact of the GDPR. The other important âœRâ to watch â“ is its upcoming impact to your Revenue. Learn the key considerations that can allow your business to close both risk and revenue gaps, at the very same time.",
"ArticleTitle": "GDPR: Risk, Revenue, and Reward",
"Content": "<p>T<span style=\"font-family:OpenSans,sans-serif;\">he attached whitepaper explains the risks and opportunities associated with the new European Union General Data Protection Regulations (GDPR) and related regulations.</span></p>\r\n\r\n<p><span style=\"font-family:OpenSans,sans-serif;\">You can also click <a href=\"https://www1.pega.com/system/files/resources/2018-01/GDPR%20Risk%20Revenu%20wp-final-180130.pdf\" onclick=\"window.open(this.href, 'GDPR-Risk,Revenue,andReward', 'resizable=no,status=no,location=no,toolbar=no,menubar=no,fullscreen=no,scrollbars=no,dependent=no'); return false;\" title=\"GDPR - Risk, Revenue, and Reward\">here</a> to access the whitepaper.</span></p>",
"ContentType": "Authored",
"URL": "http://",
"attachments": [
{
"AttachmentsType": "File",
"DownloadLink": "https://10.60.215.52:8443/prweb/PRRestService/PegaKMREST/downloads/KMDownloadAttachments/DATA-WORKATTACH-FILE PEGAFW-KM-WORK KC-79!20180822T121731.854 GMT",
"FileAttachments": "GDPRRiskRevenuewpfinal.pdf"
}
],
"tags": [
{
"TagName": "gdpr"
},
{
"TagName": "data privacy"
},
{
"TagName": "privacy"
}
],
"taxonomies": [
{
"ParentTaxonomyId": "TOP",
"TaxonomyId": "TAX-2",
"TaxonomyKey": "PEGAFW-KM-DATA-TAXONOMY TAX-2",
"TaxonomyName": "Customer Service",
"TaxonomyPath": "Customer Service"
}
]
}
Previous topic articles-KMCreateArticle Next topic articles-KMListArticlesByTaxonomy-{TaxKey}