articles-KMListArticlesByTaxonomy-{TaxKey}
Gets all the articles associated with a specified category ID.
Pega Knowledge
Implementation Guide
Method: GET
Sample endpoint URL
https://<DomainName>/prweb/api/PegaKMREST/articles/KMListArticlesByTaxonomy/{TaxKey}
Path Parameters
Name | Type | Description |
TaxKey | string | The Taxonomy ID associated with the articles. |
Response syntax
[
{
"pyStatusWork": "",
"CurrentRating": 0,
"ContentType": "",
"pxPages": {
"LC": {
"TaxonomyKey": "",
"pxSubscript": "LC"
}
},
"pxCoverInsKey": "",
"ArticleTitle": "",
"pzInsKey": "",
"AggregateRating": 0,
"ContentSourceURL": "http://",
"pyID": "",
"pxCreateDateTime": "",
"RatingsCount": 0,
"pyLabel": "",
"mixedValueType": "",
"pxCreateOpName": "",
"ArticleAbstract": "",
"KMArticleLanguage": "",
"LikePercentage": null,
"KMDiagnosticsId": "",
"ArticleViews": 0
}
]
Sample response
[
{
"pyStatusWork": "Resolved-Published",
"CurrentRating": 0,
"ContentType": "Authored",
"pxPages": {
"LC": {
"TaxonomyKey": "PEGAFW-KM-DATA-TAXONOMY TAX-2",
"pxSubscript": "LC"
}
},
"pxCoverInsKey": "PEGAFW-KM-WORK KC-2",
"ArticleTitle": "5 Tips for handling difficult customers",
"pzInsKey": "PEGAFW-KM-WORK KCP-164",
"AggregateRating": 0,
"ContentSourceURL": "http://",
"pyID": "KCP-164",
"pxCreateDateTime": "20190625T151730.147 GMT",
"RatingsCount": 0,
"pyLabel": "5 Tips for handling difficult customers",
"mixedValueType": "",
"pxCreateOpName": "KM Admin",
"ArticleAbstract": "This article describes how to work with tough customers",
"KMArticleLanguage": "en",
"LikePercentage": null,
"KMDiagnosticsId": "",
"ArticleViews": 0
},
{
"pyStatusWork": "Resolved-Published",
"CurrentRating": 0,
"ContentType": "Authored",
"pxPages": {
"LC": {
"TaxonomyKey": "PEGAFW-KM-DATA-TAXONOMY TAX-2",
"pxSubscript": "LC"
}
},
"pxCoverInsKey": "PEGAFW-KM-WORK KC-6",
"ArticleTitle": "5 Tips for traveling abroad",
"pzInsKey": "PEGAFW-KM-WORK KCP-165",
"AggregateRating": 0,
"ContentSourceURL": "http://",
"pyID": "KCP-165",
"pxCreateDateTime": "20190625T151857.614 GMT",
"RatingsCount": 0,
"pyLabel": "5 Tips for traveling abroad",
"mixedValueType": "",
"pxCreateOpName": "KM Admin",
"ArticleAbstract": "Whether you have traveled abroad many times, or are a nervous first-timer, everyone can use some tips for traveling abroad. People travel for business, vacation, family events, and many other reasons. Here are our top tips, of many, for making your travel abroad even better, no matter what you’re there for.",
"KMArticleLanguage": "en",
"LikePercentage": null,
"KMDiagnosticsId": "",
"ArticleViews": 0
}
]
Previous topic articles-KMGetArticleByID-{ArticleId} Next topic articles-KMRateArticle