====== Unit Info ======
The request is intended to obtain information about the unit.
=== Request Example ===
&svc=get_unit_info¶ms={
"id_unit": integer
}
=== Parameters ===
^ Parameter ^ Description ^
| id_unit | Unique Unit ID |
=== 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 (pain = 0, free = 1)
"creator": 24237, // Unit creator
"name": "TestSDK", // Unit name
...
}