get https://api.archisketch.com/v1/external/categories/
Retrieves category by ID
Response Body
Property | Type | Description | Nullable |
---|---|---|---|
id | String | Category ID | X |
name | String | Category Name | X |
childDirectories | List | Child Categories | X |
parentId | String | Parent Category ID | O |
image | String | Category Image URL | O |
createdAt | String | Category Creation Date (ISO-8601) | X |
updatedAt | String | Category Last Update Date (ISO-8601) | X |
ChildDirectory
Property | Type | Description | Nullable |
---|---|---|---|
id | String | Category ID | X |
name | String | Category Name | X |
image | String | Category Image URL | O |
createdAt | String | Category Creation Date (ISO-8601) | X |
updatedAt | String | Category Last Update Date (ISO-8601) | X |