Management API
...
License
Activation Histories

List License Activation Histories

4min
show all license activation histories the requesting manager has access permissions to url /api/v1/license activation histories/ 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 license activation history or related to the license activation history possible filters license ts gte ts lte ts date gte ts date lte action success response code 200 ok content examples { "count" 5, "next" null, "previous" null, "results" \[ { "id" 22, "device" { "id" 1112, "device variables" \[ { "id" 2018, "created at" "2021 02 01t07 24 08z", "variable" "v7", "value" "ggg", "device" 1112 } ], "created at" "2020 06 02t10 32 54z", "updated at" "2020 06 02t12 35 17z", "hardware id" "1c0b d53d 2a92 9665 9634 1fe5 1326 56df 5401 63b1 88d5 db7d fb02 d440 3760 720d", "time activated" "2020 03 11t10 22 29z", "time deactivated" null, "validity period" null, "device active" true, "type" "desktop", "os" "microsoft home 10", "sdk build version" "java sdk 0 0 1", "last check" "2020 03 13t11 04 45z", "app ver" "1 0", "hostname" "desktop 2k64qes", "ip" "192 168 202 1", "external ip" "46 234 71 160", "mac address" null, "is vm" true, "vm info" "vmware esx 3", "floating last seen" null, "floating in use" false, "blacklisted" false, "license" 1599050404885519 }, "ts" "2021 03 17t11 15 51z", "action" "activation", "license" 1599050404885519 }, ] }