Get a single category.
GET
/catalogs/{catalogID}/categories/{categoryID}
200Roles
At least one of the roles below is required to access this endpoint.
FullAccessCategoryAdminCategoryReader
Parameters
Name | Type | Description | Possible Values | |
---|---|---|---|---|
catalogID | Required | string | ID of the catalog. | --- |
categoryID | Required | string | ID of the category. | --- |
Response Body
Property | Type | Format | Max Length | Possible Values | ||
---|---|---|---|---|---|---|
ID | string | --- | 100 characters | --- | ||
Name | string | --- | 100 characters | --- | ||
Description | string | --- | 2000 characters | --- | ||
ListOrder | integer | int32 | --- | --- | ||
Active | boolean | --- | --- | --- | ||
ParentID | string | --- | --- | --- | ||
ChildCount | Read Only | integer | int32 | --- | --- | |
xp | object | --- | --- | --- |