how to Get values from other ServiceNow instance and update in a custom table

jobin1
Tera Expert

Hi All

 

I need to get some values from the sys_properties table(instance name, version ) of one "abcd" ServiceNow instance and then update those values in the instance management table of another "efgh" ServiceNow instance how can this be done in ServiceNow Rest api ?
Is there any simple approach like table-level rest API that will help her to get data from another instance?

 

 

1 REPLY 1

piyushsain
Tera Guru
Tera Guru

Hi,

This can be done through Table API . You can just use the table API and login through the user id and password, the user should have the access to the data. 

If my answer has helped with your question, please mark my answer as accepted solution and give a thumb up.
Regards,
Piyush Sain