List Hourly Activities Total Call Counts
Show all hourly activities total call counts the requesting manager has access permissions to.
URL: /api/v1/activities-hourly/total_call_count/
Method: GET
Query Parameters
Pagination
Default pagination is 20 results per page.
limit— Number of results to return per page. Example:limit=20offset— The initial index from which to return the results. Example:offset=21
Default: 20 results per page. Use limit and offset to page through results.
Filtering
The results can be filtered by various attributes on the customer account or related to the customer account.
Possible filters:
action__inValues 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_borrowproduct__inlicense__instatus_code__ints__**can be:lte,gte,lt,gt,date__lte,date__gte,date__lt,date__gtstatus_code__**can be:lte,gte,lt,gttimeValue can bedailyto return results grouped by day instead of hour
Success Response
Code: 200 OK
Content example:
Was this helpful?