Skip to content

gmihaylov/netsuite-restlet-search-export

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published