Overview
Modzy’s Feature service provides the APIs needed to retrieve Modzy’s optional features. It provides routes to list all the features, lists the company’s features, and updates features.
The feature object
{
"id": 1,
"name": "...",
"hash": "...",
"sku": "...",
"status": "...",
"repositoryNamespace": "...",
}
Parameter | Type | Description |
---|---|---|
id | number | The feature’s identifier. |
name | string | The feature’s name. |
hash | string | The feature’s container encryption string. |
sku | string | The feature’s internal identifier. |
status | string | The feature’s status. Values can be active or inactive . Active features are purchased features. |
repositoryNamespace | string | The location where the feature is stored. |