Management API
...
Analytics
Hourly Activities
List Hourly Activities Top Call Counts For Customers
4min
show all hourly activities top call counts for customers the requesting manager has access permissions to url /api/v1/activities hourly/top call count customers/ method get query parameters pagination 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 filtering the results can be filtered by various attributes on customer account or related to the customer account possible filters action in values can be consumption , f consumption , check , 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 success response code 200 ok content examples { "count" 30, "next" "http //127 0 0 1 5000/api/v1/activities hourly/top call count customers/?limit=20\&offset=20", "previous" null, "results" \[ { "id" 1136, "email" "zaher leon\@gmail com", "first name" "leon", "last name" "zaher", "company name" "", "total call count" 17459 }, ] }