Hello all, I am calling this endpoint https://_**...
# suiteql
w
Hello all, I am calling this endpoint https://_******_**.suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=5&offset=0 with this payload
Copy code
{
  "q": "SELECT * FROM Transaction"
}
and I get this result
Copy code
{
  "links": [
    {
      "rel": "self",
      "href": "https://********.<http://suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=5&offset=0|suitetalk.api.netsuite.com/services/rest/query/v1/suiteql?limit=5&offset=0>"
    }
  ],
  "count": 0,
  "hasMore": false,
  "items": [],
  "offset": 0,
  "totalResults": 0
}
I get results for other tables. Any idea why I am getting no results? Thanks, Wayne
Nevermind. Seems it was a permission issue. I needed to add the permision for each type of transaction record.