Newer Version Available
Network Data Category Tree
Get or update the network data category tree in an Experience Cloud site.
- Resource
-
1/connect/communities/communityId/data-category/network-data-category - Available version
- 59.0
- HTTP methods
- GET, PUT
- Response body for GET
- Network Data Category Tree
- Request body for PUT
-
Data Category Group Collection Input
- Root XML tag
- <DataCategoryGroupCollectionInputRepresentation>
- JSON example
-
1{ 2 "dataCategoryGroups": [ 3 { 4 "categoryGroupName": "Geographic", 5 "rootCategory": { 6 "categoryName": "WorldWide", 7 "childCategories": [ 8 { 9 "categoryName": "US", 10 "childCategories": [ 11 { 12 "categoryName": "America", 13 "childCategories": [ 14 { 15 "categoryName": "States", 16 "childCategories": [ 17 { 18 "categoryName": "California" 19 } 20 ] 21 } 22 ] 23 } 24 ] 25 } 26 ] 27 } 28 } 29 ] 30} - Properties
-
Name Type Description Required or Optional Available Version dataCategoryGroups Data Category Group Input[] Collection of data category groups. Required 59.0