I’m trying to get some data using the Acumatica REST API, and while it works for some entities (StockItem, TaxCategory, Contact, Account) just fine, others (SalesOrder, SalesInvoice, or Customer) return 200 status with a json empty set returned ala [].
Note: I CAN see data for SalesOrder, Customers, etc, using my normal login in the standard UI.
Does this sound like a permission issue on the APIUSER user account that is calling the REST API?
Thanks for your time, Paul