The request is intended to search for unit.
&svc=search_units¶ms={ "name":string, "hw_type":string, "imei":string }
Parameter | Description |
---|---|
name | Unit name |
hw_type | Hardware Type |
imei | Unique Hardware IMEI |
“name” may partially match, other - exact matching.
[ { "id": 66780, // Unique Unit ID "hw_id": "12412421", // Hardware ID "hw_type": "32131241", // Hardware Type "removed": 0, // Unit status (in recycle = 1, out of recycle = 0) "is_free": 0, // Unit status (paid = 0, free = 1) "creator": 24237, // Unit creator "name": "TestSDK", // Unit name ... }, ... ]