Anyone have experience pulling data via the APIs/J...
# integrations
t
Anyone have experience pulling data via the APIs/JSON? I’m trying to use another BI platform to hit the netsuite APIs and getting an authentication error, even though it works in Postman.
b
typically requires that platform to be able to implement token based authentication
which is mostly the same as oauth 1
t
ah, good to know
thank you @battk!
s
@trafalger Just wondering are you trying with SuiteTalk REST/SOAP services or Restlets? if you want to pull data to Power BI then SuiteAnalytics Connect is your best bet. It's Paid feature though but, has many advantages.
t
100% agree @Shubham Jadhav, I just have a client who doesn’t want to pay for SAC
s
@trafalger Then you can consider these 3 free options 1. SuiteTalk REST/SOAP APIs to Pull the data. 2. alternatively, you can also use SuiteQL using REST endpoint to pull for new data based on lastmodifieddate. 3. There's also REST endpoint exposed using Datasets.
z
And IT IS SOOO SLOOOOOW