REST Service HTTP parameters

1
I'm just wondering, when you publish a REST service using the new built-in functionality in Mendix 7.10+... is there a way to easily get the HTTP parameters that are sent in the URI other than manually parsing the URI attribute of the associated HttpRequest object? Is there some built-in way to parse the HTTP parameters from this string?
asked
1 answers
4

According to link you should be able to access those parameters by adding microflow input parameters that have the same name as your http parameter.

answered