REST API pull everything from website
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 08:45 AM
I am trying to pull an entire webpage into Servicenow using REST API's. It is proving difficult to find the right ones to use. Can anyone guide me in the right direction?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 08:59 AM
What exactly do you mean by pull entire webpage? Like scrape the website using an API and feed that data into a SN table?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 09:35 AM
I'm not sure what you're asking. Does either of these describe your case?
1. You've fetched an html page using some other tool or platform, but are not sure how to get that page into a ServiceNow table.
2. You have a table or tables set up to store the pages in ServiceNow, or you're going to store the content in the KB, but are not sure how to do the fetching (and persisting) from ServiceNow.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 09:39 AM
I have a table or tables set up to store the pages in ServiceNow and I am going to store the content in the KB, but I am not sure how to do the fetching (and persisting) from ServiceNow. I am also trying to move the images, videos, and comments.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-01-2022 10:42 AM
Not exactly sure what your use case is but maybe look into this to see if it can help