How to import json collectin of rest ai in Mendix

0
Hi guys, we have tested rest api in postman , now how to import same json collection in mendix; can we import ; json collection.
asked
1 answers
0

Hi Mohammed,

Assuming you want to consume rest API in your application please refer to the documentation here.

You’ll need to create a JSON structure of the API in Mendix and create an import mapping and call the rest service and process the data as required.

Hope this helps!

answered