Simple RESTlet that loads saved search and return its results into JSON string.
- Column labels are used as JSON object properties.
- RESTlet returns JSON stringified array of objects.
- LIMIT can be applied by using limit=true, from=X, to=X
- If results are exhausted the RESTlet will return empty array []
- Call RESTlet and get saved search results from 0 to 5:
https://XXXX.app.netsuite.com/app/site/hosting/restlet.nl?script=XX&deploy=XX&limit=true&from=0&to=5
}
- Call RESTlet and get all saved search results:
https://XXXX.app.netsuite.com/app/site/hosting/restlet.nl?script=XX&deploy=XX
}