Differences

This shows you the differences between two versions of the page.

Link to this comparison view

en:d-sdk:4_units:5_count_units [2018/04/25 19:51]
support@geliossoft.ru
en:d-sdk:4_units:5_count_units [2021/07/07 13:28]
Line 1: Line 1:
-======Number of Units ====== 
-The request is intended to obtain number of units available to the user. 
  
-=== Request Example === 
-<code php>&​svc=count_units</​code>​ 
- 
-=== Server Response === 
-== Result == 
-<code php>{ 
-    "​count":​ 2 // The number of units available to the user  
-}</​code>​