Management API
Product
List Products
5min
show all products the requesting manager has access permissions to url /api/v1/products/ method get query parameters ordering order by which attribute to order the list by default ordering is ascending, can be made descending by prefixing the attribute name with example order by=created at example order by= created at 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 or related to the product possible filters is archived short code is bundle metadata success response code 200 ok content examples { "count" 6, "next" null, "previous" null, "results" \[ { "id" 1584723961091234, "upgrade from" \[], "product features" \[ { "id" 171, "created at" "2020 08 26t05 36 46z", "updated at" "2020 08 26t05 36 46z", "name" "feature 1", "code" "f1", "is deleted" false, "feature type" "activation", "max consumption" 0, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null }, { "id" 172, "created at" "2020 08 26t05 37 14z", "updated at" "2020 08 26t05 37 14z", "name" "feature 2", "code" "f2", "is deleted" false, "feature type" "consumption", "max consumption" 20, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "metadata" {}, }, { "id" 173, "created at" "2020 09 14t11 17 43z", "updated at" "2020 09 14t11 17 43z", "name" "feature 3", "code" "f3", "is deleted" false, "feature type" "consumption", "max consumption" 2, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "metadata" {}, }, { "id" 189, "created at" "2020 11 13t07 40 53z", "updated at" "2020 11 13t07 40 53z", "name" "feature 5", "code" "f5", "is deleted" false, "feature type" "activation", "max consumption" 0, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "metadata" {}, } ], "custom fields" \[ { "id" 51, "name" "some key", "data type" null, "default value" "1234", "description" null }, { "id" 60, "name" "test name", "data type" null, "default value" "123", "description" null }, { "id" 61, "name" "key with space", "data type" null, "default value" "123", "description" null } ], "installation files" \[ { "id" 733282, "created at" "2020 10 13t09 15 22z", "updated at" "2020 10 13t09 15 22z", "version" "0 1", "full link" "https //www w3 org/wai/er/tests/xhtml/testfiles/resources/pdf/dummy pdf", "filename" "dummy pdf", "release date" "2020 10 09", "enabled" true, "hash md5" "", "environment" "linux" }, { "id" 733283, "created at" "2020 10 13t09 15 52z", "updated at" "2020 10 13t09 15 52z", "version" "0 2", "full link" "https //www w3 org/wai/er/tests/xhtml/testfiles/resources/pdf/dummy pdf", "filename" "dummy pdf", "release date" "2020 10 10", "enabled" true, "hash md5" "sonotahash", "environment" "linux" } ], "created at" "2020 07 03t13 05 25z", "updated at" "2020 07 07t12 35 05z", "product name" "mch", "short code" "mch", "active" true, "valid duration" "", "allow trial" false, "trial days" 0, "max activations" 1, "hardware id required" false, "is upgrade" false, "subscription duration" "", "enable maintenance period" false, "maintenance duration" "", "is floating" true, "is floating cloud" false, "floating users" 12, "floating timeout" 120, "default license type" "perpetual", "is user locked" false, "is node locked" true, "max consumptions" 1, "authorization method" "user", "prevent vm" false, "allow overages" false, "max overages" 0, "reset consumption" false, "consumption period" null, "is archived" false, "metadata" {}, "company" 277 }, ] }