Тема: No of Units for an account
Which Remote API method is used to get the no of units available in a account.
thanks in advance.
Thanks
J Prabhu
J Prabhu
Вы не вошли. Пожалуйста, войдите или зарегистрируйтесь.
Which Remote API method is used to get the no of units available in a account.
thanks in advance.
You can query for avl_unit
https://hst-api.wialon.com/wialon/ajax.html?params={"spec": {
"itemsType": "avl_unit",
"propName": "sys_name",
"propValueMask": "*",
"sortType": "sys_name"
},
"force": 1,
"flags": "1",
"from": 0,
"to": 0
}&svc=core/search_items&sid=<session id>