Every API here is available over the APIs.io API and to AI agents over MCP.
openapi: 3.2.0
info:
title: catalog Attributecategory API
version: 3.1.0
servers:
- url: https://api-prod.treez.io/service/catalog
security:
- {}
tags:
- name: Attributecategory
paths:
/v3/attributecategory:
get:
summary: Attribute Categories - Read
description: ''
operationId: catalog-attribute-categories-read
parameters:
- name: ids
in: query
description: The `id` values of the attribute categories to be returned. Exclude to return all values.
schema:
type: array
items:
type: string
- name: excludeAttributes
in: query
description: If true, omits the nested attributes array
schema:
type: boolean
responses:
'200':
description: '200'
content:
application/json:
examples:
Result:
value: "[\n {\n \"id\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"Internal Tags\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"c3dfbbff-d3f0-4679-8e0f-77738889e765\",\n \"createdAt\": \"2024-12-12T16:39:01.950Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.950Z\",\n \"deletedAt\": null,\n \"name\": \"Row 1 Shelf L\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"2d2d9131-e71d-42a2-b831-966880519d6c\",\n \"createdAt\": \"2025-01-13T19:18:15.126Z\",\n \"updatedAt\": \"2025-01-13T19:18:15.049Z\",\n \"deletedAt\": null,\n \"name\": \"This is an internal tag for testing\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"720afda6-162b-45f2-9ff5-92eea5832ff0\",\n \"createdAt\": \"2025-04-22T20:30:09.835Z\",\n \"updatedAt\": \"2025-04-22T20:30:09.774Z\",\n \"deletedAt\": null,\n \"name\": \"Example from KSS 2\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"20a113f9-1020-4874-8c52-bfd03707e50d\",\n \"createdAt\": \"2025-04-22T20:44:10.383Z\",\n \"updatedAt\": \"2025-04-22T20:44:10.322Z\",\n \"deletedAt\": null,\n \"name\": \"Example from KSS 3\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"60547305-0195-4040-8906-939cd23bcbad\",\n \"createdAt\": \"2025-04-22T22:09:19.750Z\",\n \"updatedAt\": \"2025-04-22T22:09:19.696Z\",\n \"deletedAt\": null,\n \"name\": \"Test for KSS\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"ffa19807-0e56-43d7-88bd-d1428b75798c\",\n \"createdAt\": \"2025-04-22T22:12:37.001Z\",\n \"updatedAt\": \"2025-04-22T22:12:36.989Z\",\n \"deletedAt\": null,\n \"name\": \"Test for KSS 2\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f458fbf4-0573-4e9d-9f4c-67d620d0fec5\",\n \"createdAt\": \"2025-04-22T20:22:05.134Z\",\n \"updatedAt\": \"2025-04-23T23:33:22.150Z\",\n \"deletedAt\": null,\n \"name\": \"Test update for KSS\",\n \"attributeCategoryId\": \"f8efbe9f-60a4-4843-aa17-a372871064ab\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n },\n {\n \"id\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"General\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"fba6f555-790a-4ce5-808e-40eb38ad4960\",\n \"createdAt\": \"2024-12-12T16:39:01.316Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.316Z\",\n \"deletedAt\": null,\n \"name\": \"Cannabis Derived Terpenes\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5599c818-3813-447b-a1b7-834d0648f208\",\n \"createdAt\": \"2024-12-12T16:39:01.751Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.751Z\",\n \"deletedAt\": null,\n \"name\": \"Tacos\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"fd003834-71db-4ca4-91d1-01a8a69b4970\",\n \"createdAt\": \"2024-12-12T16:39:01.408Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.408Z\",\n \"deletedAt\": null,\n \"name\": \"Fast Acting\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e40e8610-11d1-4995-9dd3-e3ddf163bc3d\",\n \"createdAt\": \"2024-12-12T16:39:01.654Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.654Z\",\n \"deletedAt\": null,\n \"name\": \"Ratio\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5594c612-b6ff-4c03-a1c8-b08d8f660a39\",\n \"createdAt\": \"2024-12-12T16:39:01.783Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.783Z\",\n \"deletedAt\": null,\n \"name\": \"Variety\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e26d66c9-a571-47a0-830d-121e9cfba3ba\",\n \"createdAt\": \"2024-12-12T16:39:01.345Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.345Z\",\n \"deletedAt\": null,\n \"name\": \"CBD\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f3105343-6989-4620-a8e7-da215c80f11c\",\n \"createdAt\": \"2024-12-12T16:39:01.688Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.688Z\",\n \"deletedAt\": null,\n \"name\": \"Taco\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"6354985a-72f4-4a58-a373-ddaf308829e0\",\n \"createdAt\": \"2024-12-12T16:39:01.595Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.595Z\",\n \"deletedAt\": null,\n \"name\": \"Low Dose\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"bd0890b9-110e-4bdc-b1b2-39a03dcdea39\",\n \"createdAt\": \"2024-12-12T16:39:01.465Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.465Z\",\n \"deletedAt\": null,\n \"name\": \"Gluten Free\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"88a644b1-ee5b-40e0-ab88-eb0429b54208\",\n \"createdAt\": \"2024-12-12T16:39:01.576Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.576Z\",\n \"deletedAt\": null,\n \"name\": \"Organic\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3b3797d2-4c58-4f4c-acb1-3bcaa13c2609\",\n \"createdAt\": \"2024-12-12T16:39:01.693Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.693Z\",\n \"deletedAt\": null,\n \"name\": \"Strain Specific\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"1e1b3046-e991-48dc-80df-c19bde119278\",\n \"createdAt\": \"2024-12-12T16:39:01.866Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.866Z\",\n \"deletedAt\": null,\n \"name\": \"Vegan\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3718d95d-f16b-4e96-84f5-da33125672bd\",\n \"createdAt\": \"2024-12-12T16:39:01.380Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.380Z\",\n \"deletedAt\": null,\n \"name\": \"CBG\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"877d9b97-8dd8-4433-8def-599f085ec2b6\",\n \"createdAt\": \"2024-12-12T16:39:01.270Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.270Z\",\n \"deletedAt\": null,\n \"name\": \"Award Winning\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b6f6fda2-dc1e-4eee-ba3f-55c7ee338e3a\",\n \"createdAt\": \"2024-12-12T16:39:01.433Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.433Z\",\n \"deletedAt\": null,\n \"name\": \"Full Spectrum\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"4aa61bb6-2319-4539-a78f-28c6a4da9331\",\n \"createdAt\": \"2024-12-12T16:39:01.312Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.312Z\",\n \"deletedAt\": null,\n \"name\": \"Botanical Terpenes\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"540d6474-b451-4c91-b530-cdbf4f1731be\",\n \"createdAt\": \"2024-12-12T16:39:01.374Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.374Z\",\n \"deletedAt\": null,\n \"name\": \"CBN\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"063f5635-b819-4c36-913d-50c006142157\",\n \"createdAt\": \"2024-12-12T16:39:01.537Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.537Z\",\n \"deletedAt\": null,\n \"name\": \"High Dose\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5d309254-c276-414c-be47-110c3f714c54\",\n \"createdAt\": \"2024-12-12T16:39:01.877Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.877Z\",\n \"deletedAt\": null,\n \"name\": \"Waxy Wednesday\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"51422627-88f6-4416-83e6-a56cc7101662\",\n \"createdAt\": \"2024-12-12T16:39:01.517Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.517Z\",\n \"deletedAt\": null,\n \"name\": \"Limited Edition\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"41363903-4a9a-4379-83bb-9963bddd3d48\",\n \"createdAt\": \"2024-12-12T16:39:01.620Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.620Z\",\n \"deletedAt\": null,\n \"name\": \"pinene\",\n \"attributeCategoryId\": \"d71822a9-44db-435e-a6a1-d4ef3f096502\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n }\n ]\n },\n {\n \"id\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"createdAt\": \"2024-12-05T06:21:01.027Z\",\n \"updatedAt\": \"2024-12-05T06:21:01.027Z\",\n \"deletedAt\": null,\n \"name\": \"Flavor\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\",\n \"attributes\": [\n {\n \"id\": \"6c7503df-47a3-4df8-9fe2-ef62fff92d0a\",\n \"createdAt\": \"2024-12-12T16:38:59.272Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.272Z\",\n \"deletedAt\": null,\n \"name\": \"Chestnut\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f97d9b9f-a96c-481c-9f8f-8895f7c39df1\",\n \"createdAt\": \"2024-12-12T16:38:59.407Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.407Z\",\n \"deletedAt\": null,\n \"name\": \"Creamy\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"293b7adc-34d8-4303-9ae2-1c5807bb1850\",\n \"createdAt\": \"2024-12-12T16:38:59.512Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.512Z\",\n \"deletedAt\": null,\n \"name\": \"Fruity\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"7016eb12-4513-4bfd-b592-38a698aeb814\",\n \"createdAt\": \"2024-12-12T16:38:59.958Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.958Z\",\n \"deletedAt\": null,\n \"name\": \"Lemon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"96ec9c98-c2a9-4b69-b7e0-5754440dc4a7\",\n \"createdAt\": \"2024-12-12T16:38:59.014Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.014Z\",\n \"deletedAt\": null,\n \"name\": \"Apricot\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"2856e722-cf43-41f6-b560-d6763c18baea\",\n \"createdAt\": \"2024-12-12T16:38:59.175Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.175Z\",\n \"deletedAt\": null,\n \"name\": \"Caramel\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"39d40e97-1785-46f7-b0e3-eeaa385248ae\",\n \"createdAt\": \"2024-12-12T16:38:59.429Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.429Z\",\n \"deletedAt\": null,\n \"name\": \"Coconut\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"75237c1c-e55b-4f1a-a2f4-4392cba0260e\",\n \"createdAt\": \"2024-12-12T16:38:59.124Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.124Z\",\n \"deletedAt\": null,\n \"name\": \"Blueberry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"92b6298f-e041-40ce-9b6f-a3e3243b7912\",\n \"createdAt\": \"2024-12-12T16:38:59.241Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.241Z\",\n \"deletedAt\": null,\n \"name\": \"Cherry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3c5be90a-ffa0-4a06-ade6-3c177c360c4a\",\n \"createdAt\": \"2024-12-12T16:38:59.336Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.336Z\",\n \"deletedAt\": null,\n \"name\": \"Citrus\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"641adf13-a8a5-4ee6-ac83-8e2968d76112\",\n \"createdAt\": \"2024-12-12T16:38:59.601Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.601Z\",\n \"deletedAt\": null,\n \"name\": \"Grape\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"25e0075c-67b7-4022-ba2c-9e80001e9559\",\n \"createdAt\": \"2024-12-12T16:38:59.915Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.915Z\",\n \"deletedAt\": null,\n \"name\": \"Herbal\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"4373cc8e-fbde-43c6-a35e-567bb768dd29\",\n \"createdAt\": \"2024-12-12T16:39:00.061Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.061Z\",\n \"deletedAt\": null,\n \"name\": \"Mint\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"aaf19344-d934-402a-8626-4697cd17f46f\",\n \"createdAt\": \"2024-12-12T16:39:00.535Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.535Z\",\n \"deletedAt\": null,\n \"name\": \"Pineapple\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c4ee2bad-b0a3-484d-9c77-308358193c61\",\n \"createdAt\": \"2024-12-12T16:39:00.801Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.801Z\",\n \"deletedAt\": null,\n \"name\": \"Savory\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"207a214d-ada6-4546-ac5a-7c556392e051\",\n \"createdAt\": \"2024-12-12T16:38:59.511Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.511Z\",\n \"deletedAt\": null,\n \"name\": \"Earthy\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"3d404a64-26b2-48f0-801d-e9f7a8bedcae\",\n \"createdAt\": \"2024-12-12T16:39:01.138Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.138Z\",\n \"deletedAt\": null,\n \"name\": \"Vanilla\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e8032d71-a84a-426e-acae-c3c44661f42f\",\n \"createdAt\": \"2024-12-12T16:38:59.970Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.970Z\",\n \"deletedAt\": null,\n \"name\": \"Lavender\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"afc89e64-e1e8-400f-b3a7-97930cbe626d\",\n \"createdAt\": \"2024-12-12T16:39:00.094Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.094Z\",\n \"deletedAt\": null,\n \"name\": \"Mango\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"05bb7fac-544d-482e-8870-38eeca3f6e33\",\n \"createdAt\": \"2024-12-12T16:39:00.589Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.589Z\",\n \"deletedAt\": null,\n \"name\": \"Plum\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"ab1057bb-9557-4e37-84cf-7c31f7dc6a87\",\n \"createdAt\": \"2024-12-12T16:39:00.873Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.873Z\",\n \"deletedAt\": null,\n \"name\": \"Strawberry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5e32d8ad-0bc1-4a04-b158-00fc6fd5bd50\",\n \"createdAt\": \"2024-12-12T16:39:01.154Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.154Z\",\n \"deletedAt\": null,\n \"name\": \"Tropical\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"efb14faf-5ca3-4db6-8179-7535c91dc5f2\",\n \"createdAt\": \"2024-12-12T16:38:59.095Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.095Z\",\n \"deletedAt\": null,\n \"name\": \"Berry\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"8de84149-4688-4a66-8068-e4f52d11650e\",\n \"createdAt\": \"2024-12-12T16:38:59.615Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.615Z\",\n \"deletedAt\": null,\n \"name\": \"Grapefruit\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"cb3d9dec-3f68-4995-8e85-ff3a05fdb408\",\n \"createdAt\": \"2024-12-12T16:38:59.928Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.928Z\",\n \"deletedAt\": null,\n \"name\": \"Honey\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f0698d8d-2779-47ca-919e-e1a581d2d5df\",\n \"createdAt\": \"2024-12-12T16:39:00.038Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.038Z\",\n \"deletedAt\": null,\n \"name\": \"Melon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"b8e83063-403d-4763-b3fa-f9d8c7605d1c\",\n \"createdAt\": \"2024-12-12T16:39:00.164Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.164Z\",\n \"deletedAt\": null,\n \"name\": \"Nutty\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"db284cc6-fbe8-4d70-87a1-9b47da393ec5\",\n \"createdAt\": \"2024-12-12T16:39:00.317Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.317Z\",\n \"deletedAt\": null,\n \"name\": \"Pear\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"1153f155-a2a4-41c4-bd2a-cdb9b4688b40\",\n \"createdAt\": \"2024-12-12T16:39:00.408Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.408Z\",\n \"deletedAt\": null,\n \"name\": \"Pepper\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"aa46a224-417b-4709-96f3-97a18eebcb5f\",\n \"createdAt\": \"2024-12-12T16:39:00.662Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.662Z\",\n \"deletedAt\": null,\n \"name\": \"Relaxing\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"42ca0043-9d4c-4579-8531-cbb03c5fc927\",\n \"createdAt\": \"2024-12-12T16:39:01.234Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.234Z\",\n \"deletedAt\": null,\n \"name\": \"Watermelon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"45e0f2d4-c5e3-4784-9d97-9106c318df67\",\n \"createdAt\": \"2024-12-12T16:38:58.984Z\",\n \"updatedAt\": \"2024-12-12T16:38:58.984Z\",\n \"deletedAt\": null,\n \"name\": \"Apple\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"a39f2614-4eec-4355-9b0b-cf7a40ad0109\",\n \"createdAt\": \"2024-12-12T16:39:00.604Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.604Z\",\n \"deletedAt\": null,\n \"name\": \"Pungent\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"5b9420c0-a24a-4a92-ab45-e33f537d269e\",\n \"createdAt\": \"2024-12-12T16:39:00.727Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.727Z\",\n \"deletedAt\": null,\n \"name\": \"Sage\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"f0280e85-f41f-4054-acfd-1451632b6584\",\n \"createdAt\": \"2024-12-12T16:39:00.857Z\",\n \"updatedAt\": \"2024-12-12T16:39:00.857Z\",\n \"deletedAt\": null,\n \"name\": \"Sweet\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"4ab804c4-6197-4e5a-a0ce-7f0ff53e0b36\",\n \"createdAt\": \"2024-12-12T16:39:01.055Z\",\n \"updatedAt\": \"2024-12-12T16:39:01.055Z\",\n \"deletedAt\": null,\n \"name\": \"Tea\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"e764065d-32da-44c7-828b-ab58998dfe51\",\n \"createdAt\": \"2024-12-12T16:38:59.316Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.316Z\",\n \"deletedAt\": null,\n \"name\": \"Cinnamon\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"c25e1092-6ecd-4866-a918-04dccd3d3668\",\n \"createdAt\": \"2024-12-12T16:38:59.176Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.176Z\",\n \"deletedAt\": null,\n \"name\": \"Butter\",\n \"attributeCategoryId\": \"d9227f2a-6269-43b3-8b18-b943973c7031\",\n \"organizationId\": \"b1226d0b-4940-4edf-aab3-dbd1642f7f69\"\n },\n {\n \"id\": \"af6a3a10-e09c-4be9-a08b-b7e514707f75\",\n \"createdAt\": \"2024-12-12T16:38:59.307Z\",\n \"updatedAt\": \"2024-12-12T16:38:59.3
# --- truncated at 32 KB (79 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/treez/refs/heads/main/openapi/treez-attributecategory-api-openapi.yml