how to download knowledge base articles from servicenow through api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 08:44 PM
Hi,
I have an servicenow api which gives the KB(Knowledgebase ) articles ,So I want to download the articles separately through api .In the below response there is TEXT field in the form of description it is the article .Please suggest API.
https://dev82597.service-now.com/api/now/table/kb_knowledge?sysparm_query=number=KB0000003
Below is the response from api:
- Labels:
-
Multiple Versions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022 03:04 AM
I just want to download the text field in pdf/word/wiki format using servicenow api.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022 05:03 AM
Hi,
I have used below api to print the article, but its not printing.Plz suggest me to make to print.