How to access database data from external app

0
Hello. Is it possible, and how to access Mendix database data from external application, for example from another mobile device application that is build natively. And will it be possible not only read but to work with data in CRUD format? Are there any limitations? Thank you.
asked
1 answers
2

Hey Pavels,

You’ll want to check out this link:
https://gettingstarted.mendixcloud.com/link/path/33
It teaches you how to expose your Mendix data as a REST API. If that link doesn’t work, just go to the ‘Academy’ tab here in the Mendix webpage and look under learning paths. You’ll find it there under learning paths.

answered