Properties
NAME | TYPE | DESCRIPTION |
total | integer | Total number of columns in the given table. |
columns | array | List of columns. Can be one of:ColumnBoolean model, ColumnInteger model, ColumnFloat model, ColumnEmail model, ColumnEnum model, ColumnURL model, ColumnIP model, ColumnDatetime model, ColumnRelationship model, ColumnString model |
Example
JSON
{
"total": 5,
"columns": ""
}
JSON
{
"total": 5,
"columns": ""
}