Differences

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

Link to this comparison view

en:d-sdk:2_users:5_get_customize [2018/10/10 19:00]
support@geliossoft.ru
en:d-sdk:2_users:5_get_customize [2021/07/07 13:28]
Line 1: Line 1:
-====== User's customization ====== 
-Request provides possibility to receive customization settings. 
  
-=== Request example === 
-<code php>&​svc=get_customize 
-</​code>​ 
-=== Parameters === 
- 
-=== Additional information === 
-Will response with full amount of text fields of customization settings: 
- 
-{«id»:​9,​«id_user»:​1,​«title»:​«»,​«copyright»:​«;​»,​«docs_url»:​«»,​«logo_url»:​«monitoring.local»,​«support_email»:​«kirnet.name@yandex.ru»,​«demo_login»:​«demo»,​«demo_password»:​«demo»},​ 
-or with empty array. 
- 
-=== Response === 
-== User's customization == 
-<code php>{ 
-    "​id":​82,​ 
-    "​id_user":​1,​ 
-    "​title":"",​ 
-    "​copyright":";",​ 
-    "​docs_url":"",​ 
-    "​logo_url":"",​ 
-    "​support_email":"",​ 
-    "​demo_login":"",​ 
-    "​demo_password":"",​ 
-    "​name_units":"",​ 
-    "​free_units":​0,​ 
-    "​agreement":​null,​ 
-    "​disabled_languages":​null,​ 
-    "​themes":​null,​ 
-    "​maps":​null,​ 
-    "​mobile_app_name":​null,​ 
-    "​android_app_enabled":​null,​ 
-    "​android_app_link":​null,​ 
-    "​ios_app_enabled":​null,​ 
-    "​ios_app_link":​null,​ 
-    "​date_format":​null,​ 
-    "​time_format":​null,​ 
-    "​link_to_admin_panel_is_hidden":​0 
-}</​code>​