Differences

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

Link to this comparison view

en:d-sdk:2_users:6_user_actions [2018/04/24 19:56]
support@geliossoft.ru
en:d-sdk:2_users:6_user_actions [2021/07/07 13:28]
Line 1: Line 1:
-====== User Activity Statistics ====== 
-The request is intended to obtain information about user account activities. 
  
-=== Request Example === 
-<code php>&​svc=get_user_actions&​params={ 
-    "​id_user":​integer,​ 
-    "​time_from":​ integer, 
-    "​time_to":​ integer 
-}</​code>​ 
- 
-=== Parameters === 
-^ Parameter ​  ^ Description ​  ^ 
-| id_user | Unique User ID | 
-| time_from | Start Time of User Actions | 
-| time_to | End Time of User Actions | 
- 
-=== Server Response === 
-== Action Log == 
-<code php>[ 
-    { 
-        "​id":​1682247,​ 
-        "​id_user":​24279,​ 
-        "​time":"​1516279579",​ 
-        "​ip":"​213.184.249.70",​ 
-        "​object":"​User:​ newtestUser",​ 
-        "​type":​16,​ 
-        "​type_text":"​Log in Monitoring"​ 
-    } 
-]</​code>​