Hi How to get all Items list in net-suite rest api...
# general
r
Hi How to get all Items list in net-suite rest apis It is working when trying to get single item but not for all items request_url=https://acc_id.suitetalk.api.netsuite.com/services/rest/record/v1/inventoryitem response= {     "type": "https://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html#sec10.4.1",     "title": "Your current role does not have permission to perform this action.",     "status": 400,     "o:errorCode": "USER_ERROR" }
m
Are you using token auth?
r
Yes i used token auth as i said in question it is working for single item
m
Under your role, do you have Items enabled under lists? Permissions > Lists > Items
r
thanks will check
Permissions > Lists > Items is given
permission is given
But still not working