Mendix Database Access

0
Hello experts, Our central IT team developed a web page using Mendix. I have only access to the web. Now I need to make a dashboard to display some of the web content, is it possible to access the database of the web? What authority do I need to ask?  The web has a login page, but I don’t have account and password. It has another link which can login automatically. I think it’s using AD for login. I’m a starter for mendix. Any help for mendix or dashboard is appreciated. Thank you in advance.
asked
1 answers
1

If the dashboard is part of your mendix application, you can use the data from your domain model. There is no need to access the database in any other way.

Or is your dashboard part of another mendix app? If so, you will need to create some API (REST for example) that can be consumed by your dashboard app.

answered