{
"id": "123",
"name": "Enterprise ABC",
"reference": "enterprise-abc",
"description": "Main workspace of enterprise ABC",
"created_at": "2024-01-15T10:30:00Z",
"status": "active"
}{
"id": 1,
"slug": "product",
"name": "product",
"description": "Catalog product management",
}{
"id": 1,
"name": "Product Name",
"refId": "product_name",
"type": "inputText",
}inputText - Simple textEnlNumber - NumbersEnlCalendar - DatesEnlDropdown - Options listinputSwitch - Boolean (true/false){
{
"name": "Category",
"refId": "category",
"type": "select",
"options": {
"choices": ["electronics", "clothing", "home"]
},
}