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