Management API
...
License
Floating Features
List License Product Features
4min
Show all license product features.
URL: /api/v1/license-product-features/
Method: GET
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
Possible filters:
- license
Code: 200 OK
Content Examples:
JSON
1{
2 "count": 3,
3 "next": null,
4 "previous": null,
5 "results": [
6 {
7 "id": 1698661568105404,
8 "product_feature": {
9 "id": 560,
10 "created_at": "2023-10-30T10:18:51Z",
11 "updated_at": "2023-10-30T10:22:09Z",
12 "name": "f1",
13 "code": "f1",
14 "is_deleted": false,
15 "feature_type": "consumption",
16 "max_consumption": 7,
17 "allow_unlimited_consumptions": false,
18 "allow_overages": false,
19 "max_overages": 0,
20 "reset_consumption": false,
21 "consumption_period": null,
22 "is_floating": true,
23 "is_floating_cloud": false,
24 "floating_users": 13,
25 "floating_timeout": 113,
26 "metadata": {}
27 },
28 "device_features": [],
29 "max_consumption": 10,
30 "total_consumptions": 0,
31 "allow_unlimited_consumptions": false,
32 "expiry_date": null,
33 "allow_overages": false,
34 "max_overages": 0,
35 "reset_consumption": false,
36 "consumption_period": "monthly",
37 "is_floating": true,
38 "is_floating_cloud": false,
39 "floating_users": 10,
40 "floating_timeout": 120,
41 "metadata": {},
42 "license": 1698659715613589
43 },
44 {
45 "id": 1698661568109754,
46 "product_feature": {
47 "id": 559,
48 "created_at": "2023-10-30T10:13:45Z",
49 "updated_at": "2023-10-30T10:17:56Z",
50 "name": "f3",
51 "code": "f3",
52 "is_deleted": false,
53 "feature_type": "consumption",
54 "max_consumption": 10,
55 "allow_unlimited_consumptions": false,
56 "allow_overages": false,
57 "max_overages": 0,
58 "reset_consumption": false,
59 "consumption_period": "daily",
60 "is_floating": false,
61 "is_floating_cloud": true,
62 "floating_users": 10,
63 "floating_timeout": 120,
64 "metadata": {}
65 },
66 "device_features": [],
67 "max_consumption": 10,
68 "total_consumptions": 0,
69 "allow_unlimited_consumptions": false,
70 "expiry_date": null,
71 "allow_overages": false,
72 "max_overages": 0,
73 "reset_consumption": false,
74 "consumption_period": "daily",
75 "is_floating": false,
76 "is_floating_cloud": true,
77 "floating_users": 10,
78 "floating_timeout": 120,
79 "metadata": {},
80 "license": 1698659715613589
81 },
82 {
83 "id": 1698661568113872,
84 "product_feature": {
85 "id": 558,
86 "created_at": "2023-10-30T10:08:05Z",
87 "updated_at": "2023-10-30T10:08:05Z",
88 "name": "f4",
89 "code": "f4",
90 "is_deleted": false,
91 "feature_type": "consumption",
92 "max_consumption": 10,
93 "allow_unlimited_consumptions": false,
94 "allow_overages": false,
95 "max_overages": 0,
96 "reset_consumption": false,
97 "consumption_period": null,
98 "is_floating": false,
99 "is_floating_cloud": false,
100 "floating_users": 1,
101 "floating_timeout": null,
102 "metadata": {}
103 },
104 "device_features": [],
105 "max_consumption": 10,
106 "total_consumptions": 0,
107 "allow_unlimited_consumptions": false,
108 "expiry_date": null,
109 "allow_overages": false,
110 "max_overages": 0,
111 "reset_consumption": false,
112 "consumption_period": "monthly",
113 "is_floating": false,
114 "is_floating_cloud": false,
115 "floating_users": 1,
116 "floating_timeout": 120,
117 "metadata": {},
118 "license": 1698659715613589
119 }
120 ]
121}
Updated 14 Nov 2023
Did this page help you?