get https://{environment}.neomode.com.br/management/catalog/categories/
Retrieves a specific Category by its Id (UUID) or Code (string)
Response
Field | Type | Description |
---|---|---|
id | Guid | Unique identifier of the category. |
code | String | Category code used for identification. |
name | String | Name of the category. |
description | String | Description of the category. |
isActive | Boolean | Indicates whether the category is active. |
parentId | Guid/null | ID of the parent category. null for top-level categories. |
order | Int | Display order of the category among siblings. |
url | String | Slug or address path of the category. |
iconUrl | String | URL of the icon associated with the category. |
imageUrl | String | URL of the main image for the category. |
hexColor | Hexadecimal | Hexadecimal color associated with the category. |
children | Array | List of nested child categories. Each child has the same schema. |
clientId | String | Identifier of the client associated with this category. |
createDate | DateTime | Timestamp of when the category was created. |
lastUpdate | DateTime | Timestamp of the last update made to the category. |