REST API pull everything from website

Tim Picker
Tera Contributor

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?

8 REPLIES 8

Mike_R
Kilo Patron
Kilo Patron

What exactly do you mean by pull entire webpage? Like scrape the website using an API and feed that data into a SN table?

thomaskennedy
Tera Guru

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.

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.