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 09:58]
info@geliossoft.ru created
en:d-sdk:4_units:7_get_units_uid [2018/04/25 20:10]
support@geliossoft.ru
Line 1: Line 1:
-FIXME **This page is not fully translated, yet. Please help completing the translation.**\\ //(remove this paragraph once the translation ​is finished)//+====== Unit(-s) ID ====== 
 +The request ​is intended to obtain unit(-sID.
  
-====== Получение id объекта ====== +=== Request Example ​===
-Запрос предназначен для получения id объекта (объектов). +
- +
-=== Пример запроса ​===+
 <code php>&​svc=get_units_uid&​params={ <code php>&​svc=get_units_uid&​params={
     "​hw_id":​ [string, string, ...]     "​hw_id":​ [string, string, ...]
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| hw_id | Список id объектов ​|+| hw_id | List of Units' ID |
  
-=== Дополнительно ​=== +=== Additional Information ​=== 
-Запрос на получение списка id объектов.+Request to get list of units' ID.
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Результат запроса ​==+== Result: ​==
 <code php>[ <code php>[
-    "​12412421:​66780",​ // "​param1:​param2", ​где ​param1 - hw_id объекта, param2 - id объекта+    "​12412421:​66780",​ // "​param1:​param2", ​where param1 - hw_id , param2 - id 
     ...     ...
 ] ]
 </​code>​ </​code>​