Published REST Services

0
How to expose entities and microflows to other apps using the REST standard while using Published REST Services.
asked
1 answers
2

Hi Amresh,

 

Here is the documentation for publishing rest services with Mendix native functionality. 

https://docs.mendix.com/refguide/published-rest-services

 

Also there is another way to do it with the rest module. Here is a blog post about. 

https://www.mendix.com/blog/rest-part-ii-publishing-microflows-rest/

 

Edit: I haven't had a chance to try out the new publish rest service function. I know how to do it with the rest module. But maybe in your microflow you have to return this object. Its in the system module. Try creating it and returning it at the end of your microflow.

answered