How to download Knowledge base articles from servicenow API
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2022 11:30 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 12:11 AM
Substitute <instance name> and <kb sys_id> in the following url.
https://<instance name>.service-now.com/kb_view.do?sys_kb_id=<kb sys_id>&sysparm_stack=no&sysparm_force_row_count=999999999&sysparm_media=print
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 12:24 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 12:30 AM
Enter it in the web browser to check the error message.
If directly calling the API, need to also pass authentication information.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-04-2022 12:43 AM
Sorry. My bad. The url will only show printer friendly html page.