Getting a Specific Category
This section describes the App Broker REST API endpoint for getting a specific category, such as Category ID 4.
Endpoint Example: [GET] http://localhost/esd/api/categories/4
Response Body Example:
[
{
"id": 4,
"name": "Templates",
"hasChildren": false,
"hasCatalogs": true
}
]