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-02-2022 09:11 PM
Hi Phani,
Pease use the Knowledge Managment API for this and please go through below link for more information
Please mark my answer is correct and helpful.
Thanks
Sanjay Bagri
QBrainX Pvt. Ltd.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 09:22 PM
Hi,
I have used use the Knowledge Management API site and could not able to access the "api/sn_km_api/knowledge/articles", Please suggest.
- 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.
- 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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2022 11:54 PM
To just get the "text" field, add "&sysparm_field=text" to the url.