Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community! Refer now! Click here to watch and learn more!
Accessing Assembly Items via REST web services
I've been exercising the beta REST web services and have found problems with assembly items.
One can access other data such as Inventory Items, for example, with a URL like:
https://999999.suitetalk.api.netsuite.com/services/rest/record/v1/inventoryItem?limit=10&offset=0 (GET)
However if you try assembly items, it always returns zero results:
https://999999.suitetalk.api.netsuite.com/services/rest/record/v1/assemblyItem?limit=10&offset=0 (GET)
0