You need to sign in to do that
Don't have an account?

Only single parameter being passed to RestRequest?
Starting to work with the Salesforce rest api, but I'm finding that the RestRequest.params map only ever contains the first paramter passed in the URL. So if I have ?x=1&y=2 I only ever see the value of x in the class.
Is this normal, or am I missing something?