curl --location --request GET 'https://api-develop.enspace.io/ws/types?name=description&_limit=Maximum number of records to return.&_start=Offset for pagination (number of records to skip).&_sort=Sort by field and direction. Accepted fields: created_at, description, expires_at, last_used_at, reference.&_q=Full-text search across indexed fields. When provided activates search mode.&reference=Filter by the unique public identifier of the key.&description=Filter by the key description.&expires_at=Filter by exact expiration date (ISO 8601).&expires_at_gt=Filter records with expires_at greater than the given value.&expires_at_lt=Filter records with expires_at less than the given value.&last_used_at=Filter by exact last used date (ISO 8601).&last_used_at_gt=Filter records with last_used_at greater than the given value.&last_used_at_lt=Filter records with last_used_at less than the given value.' \
--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"
}
]
}
]