Getting a Specific Catalog Item

App Broker 2017

This section describes the App Broker REST API endpoint to get a specific catalog item, such as Catalog ID 4.

Get a Specific Catalog Item

Endpoint Example

Response Body Example

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

[

   {

      "id": 4,

      "name": "Microsoft Silverlight",

      "briefDescription": "",

      "fullDescription": "Microsoft Silverlight is a free
         web-browser plug-in that enables interactive media
         experiences, rich business applications and immersive
         mobile apps.",

      "type": "general",

      "currency": "USD",

      "flexeraID": "",

      "imageUrlPath": "/esd/backgrounds/packages/silverlight.png",

      "createdOn": "2015-06-14T10:59:20.083",

      "updatedOn": "2015-06-14T10:59:20.083",

      "isAvailable": true,

      "isApprovalNeeded": false,

      "isLicenseNeeded": false,

      "licenseScope": "globalOnly",

      "questionTemplateID": 0,

      "hasQuestions": false,

      "hasAlternates": false,

      "keywords": [],

      "categories": []

   }

]