Management API
...
License
Features
List License Product Features
4min
show all license product features the requesting manager has access permissions to url /api/v1/license product features/ 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 possible filters license success response code 200 ok content examples { "count" 3, "next" null, "previous" null, "results" \[ { "id" 1698661568105404, "product feature" { "id" 560, "created at" "2023 10 30t10 18 51z", "updated at" "2023 10 30t10 22 09z", "name" "f1", "code" "f1", "is deleted" false, "feature type" "consumption", "max consumption" 7, "allow unlimited consumptions" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "is floating" true, "is floating cloud" false, "floating users" 13, "floating timeout" 113, "metadata" {} }, "device features" \[], "max consumption" 10, "total consumptions" 0, "allow unlimited consumptions" false, "expiry date" null, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" "monthly", "is floating" true, "is floating cloud" false, "floating users" 10, "floating timeout" 120, "metadata" {}, "license" 1698659715613589 }, ] }