Management API
...
Product
Features
List Product Features
4min
show all product features the requesting manager has access permissions to url /api/v1/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 the results can be filtered by various attributes on product custom field or related to the product custom field possible filters product metadata success response code 200 ok content examples { "count" 5, "next" null, "previous" null, "results" \[ { "id" 561, "created at" "2023 10 30t11 12 13z", "updated at" "2023 10 30t11 12 13z", "name" "f0", "code" "f0", "is deleted" false, "feature type" "activation", "max consumption" 0, "allow unlimited consumptions" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "is floating" false, "is floating cloud" true, "floating users" 8, "floating timeout" 120, "metadata" {}, "product" 1698659666691556 }, { "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" {}, "product" 1698659666691556 }, { "id" 559, "created at" "2023 10 30t10 13 45z", "updated at" "2023 10 30t10 17 56z", "name" "f3", "code" "f3", "is deleted" false, "feature type" "consumption", "max consumption" 10, "allow unlimited consumptions" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" "daily", "is floating" false, "is floating cloud" true, "floating users" 10, "floating timeout" 120, "metadata" {}, "product" 1698659666691556 }, { "id" 558, "created at" "2023 10 30t10 08 05z", "updated at" "2023 10 30t10 08 05z", "name" "f4", "code" "f4", "is deleted" false, "feature type" "consumption", "max consumption" 10, "allow unlimited consumptions" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "is floating" false, "is floating cloud" false, "floating users" 1, "floating timeout" null, "metadata" {}, "product" 1698659666691556 }, { "id" 557, "created at" "2023 10 30t09 54 47z", "updated at" "2023 10 30t09 54 47z", "name" "p", "code" "p", "is deleted" false, "feature type" "activation", "max consumption" 0, "allow unlimited consumptions" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "is floating" false, "is floating cloud" true, "floating users" 7, "floating timeout" 120, "metadata" {}, "product" 1698659666691556 } ] }