Getting Subcategories Nested Under a Specific Category
This section describes the App Broker REST API endpoint for getting sub-categories nested under a specific category.
Endpoint Example: [GET] http://localhost/esd/api/categories/1/children
Response Body Example:
[
{
"id": 3,
"name": "Microsoft",
"parent": {
"id": 1
},
"hasChildren": false,
"hasCatalogs": true
}
]