====== User Activity Statistics ======
The request is intended to obtain information about user account activities.
=== Request Example ===
&svc=get_user_actions¶ms={
"id_user":integer,
"time_from": integer,
"time_to": integer
}
=== 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 ==
[
{
"id":1682247,
"id_user":24279,
"time":"1516279579",
"ip":"213.184.249.70",
"object":"User: newtestUser",
"type":16,
"type_text":"Log in Monitoring"
}
]