1

Get item List with api remote

Тема: 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

2

Get item List with api remote

Re: Get item List with api remote

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.