Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of attributes in the given collection. |
attributes | array | List of attributes. Can be one of: AttributeBoolean model, AttributeInteger model, AttributeFloat model, AttributeEmail model, AttributeEnum model, AttributeURL model, AttributeIP model, AttributeDatetime model, AttributeString model |
Example
JSON
{
"total": 5,
"attributes": [
{
"key": "isEnabled",
"type": "boolean",
"status": "available",
"required": true,
"array": false,
"default": false
}
]
}
JSON
{
"total": 5,
"attributes": [
{
"key": "isEnabled",
"type": "boolean",
"status": "available",
"required": true,
"array": false,
"default": false
}
]
}