My colleagues and I have figured out the authorization and such to be able to query the database from out own app. for example we can use the request path
"record/v1/invoice/"
and get a list of invoices in return.
we have been looking at this website https://system.netsuite.com/help/helpcenter/en_US/APIs/REST_API_Browser/record/v1/2020.2/index.html#tag-invoice
to find other endpoints to try and invoices is the only one we have been able to get to work. We have given the user "core and administrative permissions" in their role and added permission in the role under the permissions table in the transactions tab to invoices. We need to be able to get a list of items from the lists tab of that tame table and we can not seem to figure out how to do it. Is there any list of endpoints that we are able to hit in netsuite that could help with this?