slug (path) - Unique slug of the Type_start (query) - Pagination offset (default: 0)_limit (query) - Number of records per page (default: 25, maximum: 100)_sort (query) - Sorting in the format field:direction (e.g., data.name:ASC, created_at:DESC)curl --location --request GET 'https://api-develop.enspace.io/ws/types//items' \
--header 'x-api-key: <api-key>' \
--header 'en-workspace: <api-key>'{
"id": 0,
"reference": "string",
"status": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"type": {
"id": 0,
"name": "string",
"slug": "string",
"description": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"fields_count": 0,
"items_count": 0,
"config": {}
},
"data": {}
}