Get List of All Classifications
This section describes the App Broker REST API endpoint for getting list of all classifications.
Endpoint Example |
Response Body Example |
[GET] http://localhost/esd/api/classifications |
[ { "classificationId": 1, "classificationName":"White", "classificationType": "preferred", "imagePath":"/esd/backgrounds/packages/white.png " } ] |