How to use Rest API to extract data from 1 application to other application

0
I have done this course from mendix academy (Create a REST API (Micro Learning)  Im able to get, post, delete data from application(using Swagger ui) ,   how can i get, post , delete, data from other application not from localhost. I want to get some data from 1 application into another application, how can i include this feature into application in which I want data I m able to extract data but how to display data in other application
asked
1 answers
1

You can consume REST service in mendix application using ‘Call REST Service’ action activity. You can handle the response of the REST service in multiple ways as mentioned and then use the data within your application.

answered