Get All Updated Catalog Items

App Broker 2016

This section describes the App Broker REST API endpoint to get all catalog items that have been updated after they were created.

Get All Updated Catalog Items

Endpoint Example

Response Body Example

http://localhost/esd/api/catalogs?
    filter=updatedOn!=null

[

   {

      "id":7,

      "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":"arl://MGS-APP-00000127234",

      "imageUrlPath":"/esd/backgrounds/packages/

          silverlight.png",

      "createdOn":"2015-08-28T06:40:39.03",

      "updatedOn":"2015-08-28T06:40:39.03",

      "isAvailable":true,

      "isApprovalNeeded":false,

      "isLicenseNeeded":true,

      "licenseScope":"globalOnly",

      "questionTemplateID":1002,

      "hasQuestions":true,

      "hasAlternates":false,

      "keywords":[],

      "categories":[]

   },

   {...