Hello everyone, I want to enter the url address on this page, and then get the json string, what should I do?

0
Hello everyone, I want to enter the url address on this page, and then get the json string, what should I do?
asked
1 answers
1

If it's just the raw JSON you want back, you can install CommunityCommons from the App Store, and use it's retrieveURL Java Action to get the contents of that URL back as a string.

However, I think you may want to do something else with the JSON data, and you should really be looking at how to consume a REST service, and turn that JSON into Mendix Entities. There is plenty of documentation and examples on how to do this.
https://docs.mendix.com/howto/integration/consume-a-rest-service

answered