Getting All Categories
App Broker 2020 R1
This section describes the App Broker REST API endpoint for getting a list of all categories.
Endpoint Example |
Response 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 }, {... |
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |