Create a feature
The brand URL of the request. This is used to identify the brand.
YOUR_BRAND_URLAuth-Key is required to authenticate the request. If missing, the server will return 401 Unauthorized.
YOUR_AUTH_KEYThis class represents the feature data transfer object for the command request.
The event id. This value represents the event that the feature belongs to.
The code of the feature.
The name of the feature.
The unit of the feature.
The default value of the feature.
The help URL of the feature. This value must be a valid URL.
The image of the feature. This value must be a valid URL.
The style of the feature. It is a JSON string. You can use this property to store the CSS styles of the feature.
The description of the feature. The description can be a long text.
The tags of the feature. You can use this property to store the tags of the feature.
The zOrder number in the list. This property is used to sort the features in the list when displaying them. By default, the value is 1.
This enum is used to define the common status of an object in JFW.
Supported values:
- Inactive - In case of JFW object's status being inactive.
- Active - In case of JFW object's status being active
The request was successful.
This provides interfaces for API responses with data.
This is the flag to indicate whether the API call is successful or not.
This is the HTTP status code. This is used to determine the status code to be returned to the client.
This is the message to be displayed to the user.
The user is not authorized to access the requested resource. The request is missing the required Auth-Key header.
The user's access was denied.
API call exceeded rate limit due to too many requests.
Last updated