Тема: resource units (or unit-groups)
Hi there
I'm trying to get the list of units (or unit-groups) for a specific resource.
I'm using this code :
'svc=core/search_items¶ms={"spec":{"itemsType":"avl_unit","propName":"sys_billing_account_guid","propValueMask":"' . $res_id . '","sortType":"sys_name","propType":"property"},"force":1,"flags":1,"from":0,"to":0}&sid=' . $sid;
but I can only get units created by this resource and not all units which the resource have access.
If someone can help me getting this ?
thank you