Skip to main content

Getting a List of Catalog Items in a Specific Category

This section describes the App Broker REST API endpoint to get a list of catalog items in a specific category, such as category 24.

Endpoint Example: [GET] http://localhost/esd/api/categories/24/catalogs

Response Body Example:

[
{
"id": 201,
"name": "Brady Corporation LabelMark v6.1.0.216-0",
"briefDescription": "",
"fullDescription": "",
"type": "softwareCM12Application",
"currency": "USD",
"flexeraID": "",
"imageUrlPath": "/esd/backgrounds/packages/CatalogItem.png",
"createdOn": "2016-05-13T09:31:23.2",
"isAvailable": true,
"isApprovalNeeded": false,
"isLicenseNeeded": false,
"licenseScope": "globalOnly",
"questionTemplateID": 0,
"hasQuestions": false,
"hasAlternates": false,
"keywords": [],
"categories": [],
"classificationName": "white",
"classificationImage":"/esd/backgrounds/packages/white.png"
},
{...