====== Получение кастомизации пользователя ======
Запрос предназначен для получения настроек кастомизации пользователя.
=== Пример запроса ===
&svc=get_customize
=== Параметры ===
=== Дополнительно ===
Вернёт все тектовые поля кастомизации:{«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»},
либо пустой массив.
=== Ответ сервера ===
== Настройки кастомизации пользователя ==
{
"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
}