For RESTlet GET parameters, what's the best way to...
# suitescript
k
For RESTlet GET parameters, what's the best way to handle something like a date range? Right now I've got it using a JSON array, but I'm not sure passing something like
["1/1/2016","12/31/2016"]
via a get string is really best practice. How do you handle parameters with multiple values?