function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
VintaraVintara 

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?