curl --location 'https://api-develop.enspace.io/ws/types?name=description&_limit=Maximum%20number%20of%20records%20to%20return.&_start=Offset%20for%20pagination%20(number%20of%20records%20to%20skip).&_sort=Sort%20by%20field%20and%20direction.%20Accepted%20fields%3A%20created_at%2C%20description%2C%20expires_at%2C%20last_used_at%2C%20reference.&_q=Full-text%20search%20across%20indexed%20fields.%20When%20provided%20activates%20search%20mode.&reference=Filter%20by%20the%20unique%20public%20identifier%20of%20the%20key.&description=Filter%20by%20the%20key%20description.&expires_at=Filter%20by%20exact%20expiration%20date%20(ISO%208601).&expires_at_gt=Filter%20records%20with%20expires_at%20greater%20than%20the%20given%20value.&expires_at_lt=Filter%20records%20with%20expires_at%20less%20than%20the%20given%20value.&last_used_at=Filter%20by%20exact%20last%20used%20date%20(ISO%208601).&last_used_at_gt=Filter%20records%20with%20last_used_at%20greater%20than%20the%20given%20value.&last_used_at_lt=Filter%20records%20with%20last_used_at%20less%20than%20the%20given%20value.' \
--header 'x-api-key: <api-key>' \
--header 'en-workspace: <api-key>'[
{
"id": 1,
"name": "Customers",
"slug": "customers",
"description": "Company customer registry",
"created_at": "2024-01-15T10:30:00.000Z",
"status": "active"
},
{
"id": 2,
"name": "Products",
"slug": "products",
"description": "Product catalog",
"created_at": "2024-01-16T09:15:00.000Z",
"status": "active",
"c_fields": [
{
"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"
}
]
}
]