Management API
Analytics

List Activities

4min
show all activities the requesting manager has access permissions to url /api/v1/activities/ 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 status code can be lte , gte , lt , gt success response code 200 ok content examples { "count" 604, "next" "http //127 0 0 1 5000/api/v1/activities/?limit=20\&offset=20", "previous" null, "results" \[ { "id" 11475, "ts" "2020 07 07t12 35 29z", "action" "order", "count" 1, "extra" null, "status code" 200, "company" 277, "product" null, "license" null }, ] }