Тема: Get item List with api remote
hello everybody
i want to get an item list for a current user with API .
it's possible with sdk (javascript) but i want with API remote .
thank you
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
hello everybody
i want to get an item list for a current user with API .
it's possible with sdk (javascript) but i want with API remote .
thank you
You can use core/search_items with following params:
{"spec":{"itemsType":"avl_unit","propName":"sys_id","propValueMask":"*","sortType":""},"force":1,"flags":1,"from":0,"to":10000}
Pass flags that you need.
Also, JavaScript SDK is sending Remote API requests, you can view them in Network panel in your browser devtools.