Mendix Connection to Web API

0
Hi,   I want to connect to a web API with my Mendix App to get data from their database. Usually the connection works via a web address and then I get a json back. How do I accomplish this in Mendix?   Best regards
asked
1 answers
0

Hi Mika,

you can try consume a REST Service to get the data.

 

Refer the below documentation for more reference,

https://docs.mendix.com/refguide/integration/consume-a-rest-service/

answered