Hi All, When i am calling rest netsuite api  for g...
# suitescript
r
Hi All, When i am calling rest netsuite api  for getting Inventory-item price then it is only giving total-results count but not exact data. url=https://acc_id.suitetalk.api.netsuite.com/services/rest/record/v1/inventoryitem/9645/price Response=  {'links': [{'rel': 'self', 'href': 'https://acc_id.suitetalk.api.netsuite.com/services/rest/record/v1/inventoryitem/9645/price'}], 'items': [{'links': []}, {'links': []}], 'totalResults': 2} How can i get exact data ?