Skip to Main Content

ORDS, SODA & JSON in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORDS mapping request variables to database tables and variables

User_5E0QFNov 30 2021

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?

Comments

Processing

Post Details

Added on Nov 30 2021
1 comment
95 views