Skip to main content

Getting All Categories

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

Endpoint ExampleResponse Body Example
[GET] http://localhost/esd/api/categories[ { "id": 14, "name": "Microsoft Products", "hasChildren": false, "hasCatalogs": true }, { "id": 8, "name": "Adobe Products", "hasChildren": false, "hasCatalogs": true }, {...