Getting Subcategories Nested Under a Specific Category

App Broker 2020 R1

This section describes the App Broker REST API endpoint for getting sub-categories nested under a specific category.

Get Subcategories Nested Under a Specific Category

Endpoint Example

Response Body Example

[GET] http://localhost/esd/api/categories/1/children

[

   {

      "id": 3,

      "name": "Microsoft",

      "parent": {

         "id": 1

      },

      "hasChildren": false,

      "hasCatalogs": true

   }

]