GitHunt
GM

gmihaylov/netsuite-restlet-search-export

Simple RESTlet that loads saved search and return its results into JSON string.

NetSuite RESTlet Search Export

Simple RESTlet that loads saved search and return its results into JSON string.

Options / Features

  • 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 []

Usage/Examples

  • 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
}

Screenshots

App Screenshot
App Screenshot

MIT License
Created December 22, 2023
Updated March 12, 2025