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

The use case is to take a communities website that is not servicenow related and transfer the entire thing into servicenow. Not just the KB's but everything. I know servicenow has its own communities plugin. That is where we want it to go. Is it possible?

Does this communities site have a REST API available? That would be a better option than trying to use ServiceNow to scrape the site.

They do have an api from another source.  

Do you think you can utilize that to retrieve the information that you need from the website?

 

If so, then in ServiceNow you can configure outbound REST API calls to collect the information and then populate a table (such as the KB table) in ServiceNow.