Which is the best way to integrate with External System ? using OData or Rest Service ??

0
I want to fetch the JSON data by filtering with Start Date and End Date, what is the best method for that? Should I use OData services or Rest Services for this kind of tasks? Please share the most appropriate method with proper explanation. Also suggest, Which is the best way to integrate with External System ? using OData or Rest Service ?? 
asked
1 answers
0

It all depends on the external system and the API they are providing. OData is just a special version of REST. So an OData service you could use by doing a REST call from Mendix. So there is no definite answer here. All depends on the external party.

Regards,

Ronald

 

answered