Differences

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

Link to this comparison view

en:d-sdk:4_units:7_get_units_uid [2018/04/25 20:10]
support@geliossoft.ru
en:d-sdk:4_units:7_get_units_uid [2021/07/07 13:28]
Line 1: Line 1:
-====== Unit(-s) ID ====== 
-The request is intended to obtain unit(-s) ID. 
  
-=== Request Example === 
-<code php>&​svc=get_units_uid&​params={ 
-    "​hw_id":​ [string, string, ...] 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| hw_id | List of Units' ID | 
- 
-=== Additional Information === 
-Request to get list of units' ID. 
- 
-=== Server Response === 
-== Result: == 
-<code php>[ 
-    "​12412421:​66780",​ // "​param1:​param2",​ where param1 - hw_id , param2 - id  
-    ... 
-] 
-</​code>​