Retrieves a list of features meeting all the conditions specified in the filter parameters.
Sample Request
Sample Result[JSON]
URL Format
Input Parameters
Filter Params
optional, string filter
A case-sensitive unique name for the feature. For example: user license
, data storage
, Salesforce Integration
, devices
, UHD Streaming
, and so on.
Note: This name is not displayed on any customer-facing documents or pages such as invoice PDFs or hosted pages. However, in the future, it is likely to be introduced on the Self-Serve Portal . Supported operators : is, is_not, starts_with, in, not_in
Example → name[is] = "User licenses"
User licensesoptional, string filter
A unique and immutable identifier for the feature. You can set it yourself, in which case it is recommended that a human-readable format (or slug) be used. For example, number-of-users-ccjht01.
When not provided, a random value is automatically set.
Supported operators :
is, is_not, starts_with, in, not_in
Example → id[is] = "fea-user-licenses"
fea-user-licensesReturns
This attribute is returned only if more resources are present. To fetch the next set of resources use this value for the input parameter offset.