Handle Query String input in Mendix

0
Hi All, I am looking for an option in Mendix if we can deal with Query String parameters passed in URL. Is it possible? If so, may i know how do we handle it when client side app passed the query string parameters? Thanks in advance! Nags
asked
2 answers
0

Nagendran,

You can create a published REST service that will accept query string parameters.  See screenshot below:

Hope that helps,

Mike

answered
0

As well as Mike’s suggestion, you can also use the Deeplink module. 

There are various ways to handle the query string in there, so do have a read of the documentation to see which is most appropriate to solve your problem.

 

answered