Accept GET or POST parameters
Last updated
Was this helpful?
Last updated
Was this helpful?
To map actions that receive parameters, pass an array of objects via the parameters
key when creating object. For example, mapping an action that receives a userId
parameter via GET would look like this:
This action will be triggered when URLs like /user?userId=381
are requested. You can then get the userId
value just like we did above for dynamic paths:
Check out the module to learn more about the securityRules
and filters
you can configure when mapping actions with parameters
.
See this example working in the site.