How to extract data from table API?

Manikandan Subr
Kilo Guru

Hi,

I have 2 instances in my company. I have a table API for incident and i would need to extract the incident data from that API to second instance. How do i do it? What is the procedure to extract data from table API of 1 instance to another.

2 REPLIES 2

sachin_namjoshi
Kilo Patron
Kilo Patron

Please check below useful video on REST API

 

https://www.youtube.com/watch?v=ovMmd1w048Q

 

You will have to consume REST API to create data in another instance.

YOu will have to write client code in your second instance to consume REST API.

 

Regards,

Sachin

Rajanmehta
Mega Guru

 

Hello 

You can export the data through XML from one instance and import back to another instance. (snap below)

Or you can do pro grammatically also.

 

find_real_file.png