parameters
key when creating Request object. For example, mapping an action that receives a userId
parameter via GET would look like this:/user?userId=381
are requested. You can then get the userId
value just like we did above for dynamic paths:Check out the Security module to learn more about thesecurityRules
andfilters
you can configure when mapping actions withparameters
.