1

Get data

Тема: Get data

Hello, does anyone know how I can check the number of plates?

This is available to update but I do not want to update it, just see it

svc = item / update_custom_field & params = {"itemId": <long>,
"n": <text>,
"v": <text>}

Field = registration_plate

2

Get data

Re: Get data

aylin.t.r, you should use below API:

svc=core/search_items&params={"spec":{
                "itemsType":<text>,    
                "propName":<text>,    
                "propValueMask":<text>,    
                 "sortType":<text>,
                "propType":<text>,
                "or_logic":<bool>    
                 },
                 "force":<uint>,            
                 "flags":<long>,            
                     "from":<uint>,            
                 "to":<uint>}