how to Get values from other ServiceNow instance and update in a custom table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 03:43 AM - edited 08-07-2023 03:56 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-07-2023 05:00 AM
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.
Regards,
Piyush Sain