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 12:29 AM
Hi,
I have an api which gives the KB(Knowledgebase ) articles and along with many fileds,I want to download the articles from the api. Please suggest.The below api returning text(artilce),I want to download using servicenow rest api.
API:https://dev82597.service-now.com/api/now/table/kb_knowledge?sysparm_query=short_descriptionLIKESpamand
output:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2022 09:31 PM
Hi,
The below response is coming from servicenow api which is not readable format,I want to download the below highlighted article in the form of word/pdf,and there is no link to download the article through api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-02-2022 10:12 PM
Hi
your answer is really giving the same incomprehensible code block a third time? 😮
In my email inbox I found that you want to download the article as a PDF file. Where is that answer gone?
Kind regards
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2024 05:33 AM
@Maik Skoddow and others, I have same requirement as explained above.
The requirement is to make an API call to ServiceNow and get PDF file as a response. The content of the PDF file should be the content of the Knowledge article. To be specific, the content should be similar to the PDF file that we can download from the printable version of the knowledge article. Any help would be highly appreciated.