Can anyone point me in the right direction on how ...
# general
p
Can anyone point me in the right direction on how I would create a RestLet that can retrieve sales and details (customer, etc.) for a given date range? I am open to creating a RestLet or using any existing APIS.
b
first step is creating a saved search or a dataset for a workbook to gets the information you want with the filters you need
p
Thanks, honestly dont even know where to start with that 🙂 - new to NetSuite, familiar with other products and just reading some API documentation to know what endpoints to use
b
first step is actually in the ui
my personal recommendation is saved searches, they have been around for a while
if you are undecided if you want to use the beta rest web services, then you could consider learning the workbook instead, the rest web services dont support the older saved searches
p
I need to accomplish getting the data out of NetSuite in a automated fashion to feed into another system. I see a report already built that has most of the data
b
reports are for the ui only
p
ok that is what i thought. Hence I need to use the APIs or a Restlet to create a endpoint that lets me retrieve the data externally. I just don't know what to look at to begin
b
you can take a look at an overview of your primary integration options: Integrations
SuiteAnalytics Connect is also an option if you only need to read data
all have options for retrieving sales data
pick whichever technology you would feel most comfortable with