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
{ "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 }, { "id": 1698661568109754, "product_feature": { "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": {} }, "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": "daily", "is_floating": false, "is_floating_cloud": true, "floating_users": 10, "floating_timeout": 120, "metadata": {}, "license": 1698659715613589 }, { "id": 1698661568113872, "product_feature": { "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": {} }, "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": false, "is_floating_cloud": false, "floating_users": 1, "floating_timeout": 120, "metadata": {}, "license": 1698659715613589 } ] }


Updated 14 Nov 2023


Did this page help you?