====== Unit Search ======
The request is intended to search for unit.
=== Request Example ===
&svc=search_units¶ms={
"name":string,
"hw_type":string,
"imei":string
}
=== Parameters ===
^ Parameter ^ Description ^
| name | Unit name |
| hw_type | Hardware Type |
| imei | Unique Hardware IMEI |
=== Additional Information ===
"name" may partially match, other - exact matching.
=== Server Response ===
== Result: ==
[
{
"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
...
},
...
]