User Action Logs
It is a service that performs the user action logs related operations like get user filter type, get user log generated file, etc.
API Calls
/v5/ual/filters
/v5/ual/{starttime}/{endtime}/{filtertype}/{encoding}
JSON Table
Attribute | Data Type | Description |
---|---|---|
filterType | int | The ID of the filter type. |
displayName | String | The name of the filter type. |
Sample JSON
[{ "filterType":1, "displayName":"Access" }, { "filterType":2, "displayName":"Devices" }, { "filterType":3, "displayName":"Events" }, { "filterType":4, "displayName":"Global Settings" }, { "filterType":5, "displayName":"Local Settings" }, { "filterType":6, "displayName":"Location Tree" }, { "filterType":7, "displayName":"Reports" }, { "filterType":8, "displayName":"Start/Stop Functions" }, { "filterType":9, "displayName":"System" }, { "filterType":10, "displayName":"Others" }]