Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
en:d-sdk:4_units:9_get_unit_icon [2018/04/25 09:59]
info@geliossoft.ru created
en:d-sdk:4_units:9_get_unit_icon [2018/04/25 21:45]
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 Icon ====== 
 +The request ​is intended to receive icon of the unit.
  
-====== Получение иконки объекта ====== +=== Request Example ​===
-Запрос предназначен для получения иконки объекта. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=get_unit_icon&​params={ <code php>&​svc=get_unit_icon&​params={
     "​id_unit":​ integer     "​id_unit":​ integer
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| id_unit | Уникальный идентификатор объекта ​|+| id_unit | Unique Unit ID |
  
-=== Дополнительно ​=== +=== Additional Information ​=== 
-Возвращает ​{«icon»:«ссылка на картинку или пусто»}+Return ​{«icon»:«link to the icon or empty»}
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Результат запроса ​==+== Result: ​==
 <code php>​{ ​ <code php>​{ ​
-    "​icon":​ "​http://​geliospro.com/​img/​libauto/​s_vehicles/​8.ico"​ // Ссылка на картинку+    "​icon":​ "​http://​geliospro.com/​img/​libauto/​s_vehicles/​8.ico"​ // Link to the icon
 }</​code>​ }</​code>​