How to I query Knowledge Articles RESTfully
We have a system outside Pega that needs access to a subset of knowledge articles to run some analytics against the data. Pega is the source system of record for the data and I need to retrieve this information programatically via REST. The Knowledge Product documentation says that I can get this information:
but when I look at the REST api documentation I don't see it. How can I do this? Can someone post the CURLs?
- Get all article IDs with titles
- Get Article text data
***Edited by Moderator Marissa to update platform capability tags****