Getting a Specific Category

App Broker 2017

This section describes the App Broker REST API endpoint for getting a specific category, such as Category ID 4.

Get Specify Category

Endpoint Example

Response Body Example

[GET] http://localhost/esd/api/categories/4

[

   {

      "id": 4,

      "name": "Templates",

      "hasChildren": false,

      "hasCatalogs": true

   }

]