Differences

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

Link to this comparison view

Both sides previous revision Previous revision
en:d-sdk:4_units:1_get_units_groups [2018/04/25 15:18]
info@geliossoft.ru
en:d-sdk:4_units:1_get_units_groups [2018/04/25 15:19]
info@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)// 
- 
 ====== Units groups ====== ====== Units groups ======
 The request is intended to receive the list of units groups. The request is intended to receive the list of units groups.
-Запрос предназначен для получения доступных групп объектов. 
  
 === Request example === === Request example ===
Line 19: Line 16:
  
 === Response === === Response ===
-== Результат запроса ​==+== List of groups ​==
 <code php>[ <code php>[
     {     {
-        "​id":​ 28782, // ID группы +        "​id":​ 28782, // group Id 
-        "​creator":​ 24237, // Создатель группы +        "​creator":​ 24237, // group creator 
-        "​name":​ "​Группа пользователя sdkTest",​ // Название группы +        "​name":​ "​Группа пользователя sdkTest",​ // group name 
-        "​icon":​ null, // Иконка группы+        "​icon":​ null, // group icon
         "​units":​ [          "​units":​ [ 
-            66780, // ID объекта+            66780, // unit Id
             ...              ... 
         ]         ]