Differences

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

Link to this comparison view

Next revision
Previous revision
en:d-sdk:2_users:1_get_users [2018/04/23 16:16]
info@geliossoft.ru created
en:d-sdk:2_users:1_get_users [2018/04/23 16:34]
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)//+====== Users list ====== 
 +Request provides possibility to receive ​the list of users available for account.
  
-====== Получение пользователей ====== +=== Request example ​===
-Запрос предназначен для получения списка пользователей доступных на учетной записи. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=get_users&​params={ <code php>&​svc=get_users&​params={
     filtr_cf:[{     filtr_cf:[{
Line 13: Line 11:
 }</​code> ​ }</​code> ​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| filtr_cf | JSON-объекткоторый имеет ключи ​name и value, ​для фильтрации объектов по custom-fields| +| filtr_cf | JSON-objectwhich has keys "name" and "value"to filter units by "custom-fields"
-| name | Имя ​custom-field | +| name | Name of "custom-field" ​
-| value | Значение ​custom-field | +| value | Value of "custom-field" ​
-| id_group | Уникальный идентификатор группы объектов ​|+| id_group | Unique Id of group of units |
  
-=== Дополнительно ​=== +=== Additional information ​=== 
-svc = get_users ​вернёт всех доступных пользователей включая себя +svc = get_users ​will response with full list of users, including your own 
-filtr_cf - Фильтр по custom fields+filtr_cf - filter by "custom fields" value
  
-=== Ответ сервера ​=== +=== Server'​s response ​=== 
-== Список пользователей ​==+== Users list ==
 <code php>[ <code php>[
     {     {