Native REST publish, query parameter starting with $

0
How can I publish a native REST service with a query parameter starting with a $ sign? The goal is to expose a resource conformant to the OData v4 specification. An example of such a URL is: https://myapp.mendixcloud.com/rest/entityset?$top=50&$skip=0.
asked
1 answers
1

I think you can't at this moment. Special characters are not allowed in microflow parameters and REST publish. File a feature request or try to use the REST module and go java hacking =)

 

 

answered