====== Units list by pages ======
The request is intended to receive paginated list of units.
=== Request example ===
&svc=get_units_paging¶ms={
"per_page": integer,
"page": integer
}
=== Parameters ===
^ Parameter ^ Description ^
| per_page | Amount of units per page |
| page | Page number |
=== Additional info ===
Response will contain full information about units on specified page.
=== Response ===
== Units list ==
[
{
"id": 66780, // unique unit id
"hw_id": "12412421", // hardware id
"hw_type": "32131241", // hardware type
"removed": 0, // deletion status (in recycle = 1, not in recycle = 0)
"is_free": 0, // payment status (chargeable = 0, free = 1)
"creator": 24237, // unit creator
"name": "TestSDK", // unit name
...
},
...
]