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, AttributeRelationship model, AttributeString model |
Example
JSON
{
"total": 5,
"attributes": ""
}
JSON
{
"total": 5,
"attributes": ""
}