Custom OData Module that Allows JSON Responses

0
Hi,   We're currently working on building a published OData webservice in our Mendix app. It's my understanding that Mendix 9.24.2 does not support returning JSON responses from exposed OData resources. i checked my API using post man my request able to create object. but I am not getting json response after creating object.    
asked
1 answers
0

You can expose REST services as a custom API. This gives you more flexibility in what data you show in the API output.

 

or you can use ODATA services. This will allow you to easily stream entity data to other apps through the endpoint.

answered