The request is intended to receive paginated list of units.
&svc=get_units_paging¶ms={ "per_page": integer, "page": integer }
Parameter | Description |
---|---|
per_page | Amount of units per page |
page | Page number |
Response will contain full information about units on specified page.
[ { "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 ... }, ... ]