Skip to main content

Getting All Categories

This section describes the App Broker REST API endpoint for getting a list of all categories.

Endpoint Example: [GET] http://localhost/esd/api/categories

Response Body Example:

[
{
"id": 14,
"name": "Microsoft Products",
"hasChildren": false,
"hasCatalogs": true
},
{
"id": 8,
"name": "Adobe Products",
"hasChildren": false,
"hasCatalogs": true
},
{...