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, AttributePoint model, AttributeLine model, AttributePolygon model, AttributeVarchar model, AttributeText model, AttributeMediumtext model, AttributeLongtext model, AttributeString model |
Example
JSON
{
"total": 5,
"attributes": ""
}
JSON
{
"total": 5,
"attributes": ""
}