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