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:6_user_actions [2018/04/23 16:18]
info@geliossoft.ru created
en:d-sdk:2_users:6_user_actions [2018/04/24 19:56]
support@geliossoft.ru
Line 1: Line 1:
-FIXME **This page is not fully translated, yetPlease help completing the translation.**\\ //(remove this paragraph once the translation is finished)//+====== User Activity Statistics ====== 
 +The request ​is intended to obtain information about user account activities.
  
-====== Статистика действий пользователя ====== +=== Request Example ​===
-Запрос предназначен для получения информации о действиях на учетной записи. +
- +
-=== Пример запроса ​===+
 <code php>&​svc=get_user_actions&​params={ <code php>&​svc=get_user_actions&​params={
     "​id_user":​integer,​     "​id_user":​integer,​
Line 11: Line 9:
 }</​code>​ }</​code>​
  
-=== Параметры ​=== +=== Parameters ​=== 
-Параметр ​  ^ Значение ​  ^ +Parameter ​  ^ Description ​  ^ 
-| id_user | Уникальный идентификатор пользователя ​+| id_user | Unique User ID 
-| time_from | Начало периода действий пользователя ​+| time_from | Start Time of User Actions ​
-| time_to | Конец периода действий пользователя ​|+| time_to | End Time of User Actions ​|
  
-=== Ответ сервера ​=== +=== Server Response ​=== 
-== Журнал действий ​==+== Action Log ==
 <code php>[ <code php>[
     {     {
Line 25: Line 23:
         "​time":"​1516279579",​         "​time":"​1516279579",​
         "​ip":"​213.184.249.70",​         "​ip":"​213.184.249.70",​
-        "​object":"​Пользователь: newtestUser",​+        "​object":"​User: newtestUser",​
         "​type":​16,​         "​type":​16,​
-        "​type_text":"​Вход в мониторинг"+        "​type_text":"​Log in Monitoring"
     }     }
 ]</​code>​ ]</​code>​