slug (path) - Unique slug of the Type[
{
"id": 1,
"name": "Product Name",
"slug": "product_name",
"label": "Product Name",
"refId": "product_name",
"type": "inputText",
"required": true,
"colorScheme": "primary",
"width": "12",
"user": 10,
"created_at": "2025-06-25T13:53:46.206Z",
"updated_at": "2025-06-25T13:53:46.217Z"
},
{
"id": 2,
"name": "Price",
"slug": "price",
"label": "Product Price",
"refId": "price",
"type": "EnlNumber",
"required": true,
"colorScheme": "primary",
"width": "12",
"user": 10,
"created_at": "2025-06-25T13:53:46.206Z",
"updated_at": "2025-06-25T13:53:46.217Z",
"cFormat": {
"locale": "pt-BR",
"n_style": "decimal",
"n_maximumFractionDigits": 2,
"n_minimumFractionDigits": 0
}
}
]curl --location --request GET 'https://api-develop.enspace.io/ws/types/produtos/fields' \
--header 'x-api-key: <api-key>' \
--header 'en-workspace: <api-key>'{
"id": 89,
"name": "Referencia",
"slug": "referencia",
"refId": "referencia",
"label": "Referencia do Produto",
"type": "text",
"required": true,
"created_at": "2026-01-27T17:20:55.355Z",
"updated_at": "2026-07-27T17:20:55.355Z",
"width": "12",
"user": 1
}