List Hourly Activities Actions Stats
PreviousList Hourly Activities Total Call CountsNextList Hourly Activities Top Call Counts For Customers
Last updated
Was this helpful?
List all hourly activities actions stats the requesting manager has access permissions to.
URL: /api/v1/activities-hourly/actions_stats/
Method: GET
Default pagination is 20 results per page.
limit — Number of results to return per page.
Example: limit=20
offset — The initial index from which to return the results.
Example: offset=21
action__in
values can be: consumption, f_consumption, check, check_feature, activation, deactivation, activation_offline, deactivation_offline, trial_key, keygen, order, license_issued, change_password, customer_license_users, floating_release, installation_file, versions, product_details, get_device_variables, track_device_variables, ping, single_sign_on, floating_borrow
product__in
license__in
status_code__in
ts__*
* can be lte, gte, lt, gt, date__lte, date__gte, date__lt, date__gt
status_code__*
* can be lte, gte, lt, gt
ts__*
* can be lte, gte, lt, gt, date__lte, date__gte, date__lt, date__gt
status_code__*
* can be lte, gte, lt, gt
Code: 200 OK
{
"activation": {
"succ": 31733,
"fail": 5557
},
...
}Last updated
Was this helpful?
Was this helpful?