slug
(path) - Slug único do Typereference
(path) - Referência única do Item (ex: PROD-001){
"id": 1,
"reference": "PROD-001",
"status": "active",
"data": {
"nome": "iPhone 15",
"preco": 4999.99,
"categoria": "eletrônicos",
"disponivel": true
},
"type": {
"id": 1,
"slug": "produto",
"name": "Produto"
},
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z"
}
curl --location --request GET 'https://api-develop.enspace.io/ws/types//items/' \
--header 'x-api-key;' \
--header 'en-workspace;'
{
"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": {}
}