slug (path) - Unique slug of the Type_limit, _start, _sort, and _q.en-workspace header.Authorization: Bearer <token> or x-api-key).[
{
"id": 1,
"item_type": 5,
"group": 3,
"name": "Product Name",
"label": "Product Name",
"refId": "product_name",
"type": "inputText",
"colorScheme": "primary",
"width": "12",
"order_priority": 1,
"created_at": "2025-06-25T13:53:46.206Z",
"updated_at": "2025-06-25T13:53:46.217Z"
},
{
"id": 2,
"item_type": 5,
"group": 3,
"name": "Price",
"label": "Product Price",
"refId": "price",
"type": "EnlNumber",
"colorScheme": "primary",
"width": "12",
"cFormat": {
"locale": "pt-BR",
"n_style": "decimal",
"n_minimumFractionDigits": 0
},
"created_at": "2025-06-25T13:53:46.206Z",
"updated_at": "2025-06-25T13:53:46.217Z"
}
]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,
"item_type": 12,
"group": 34,
"name": "Referencia",
"refId": "referencia",
"label": "Referencia do Produto",
"type": "inputText",
"colorScheme": "primary",
"width": "12",
"order_priority": 1,
"preserve": false,
"useExpressionAsStartValue": false,
"config": {
"text": {
"type": "text",
"rows": 3
}
},
"created_at": "2026-01-27T17:20:55.355Z",
"updated_at": "2026-07-27T17:20:55.355Z"
}