GET Records From Another ServiceNow Instance

subashds6515
Tera Contributor

Hi,

I need all the Incident records from One Instance to another Instance.

Which method is good for this?

 

Thanks,

Subash

2 REPLIES 2

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @subashds6515 

 

Get method is good.

 

https://docs.servicenow.com/bundle/tokyo-application-development/page/integrate/inbound-rest/task/t_...

 

https://www.servicenow.com/community/itsm-forum/rest-api-is-there-a-way-to-get-incident-details-by-c...

 

https://www.servicenow.com/community/developer-forum/about-the-get-method-of-the-table-api/m-p/15740...

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Pushpanjali
Tera Contributor

@subashds6515 

Ways:

  • export CSV/Excel and import via import set, (this can also be enhanced with a transform map)
  • exporting an XML file and importing into the target instance.
  • adding records to an update set via script.
  • rest API calls.

Best way is XML - make sure export columns and table columns mapped while importing data else it will give error's missing something something like...

 

Please like or mark correct/Helpful based on the impact of the response.

 

Thanks & Regards,

Pushpanjali