Get Only Catalog Items Available in App Store After a Specific Date

App Broker 2021 R1

This section describes the App Broker REST API endpoint to get only catalog items that are available in the app store and were created after October 1, 2015.

Get Only Catalog Items Available in App Store After a Specific Date

Endpoint Example

Response Body Example

[GET] http://localhost/esd/api/catalogs?
    filter= isAvailable=true and

    createdOn > DateTime(2015, 10, 1)

[

   {

      "id":315,

      "name":"AP-5155 Google Picasa 2.7.0 1.0",

      "briefDescription":"",

      "fullDescription":"",

      "type":"software",

      "currency":"USD",

      "flexeraID":"arl://MGS-APP-00000073198",

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

          CatalogItem.png",

      "createdOn":"2015-10-07T15:15:13.507", 

      "isAvailable":true, 

      "isApprovalNeeded":false,

      "isLicenseNeeded":true,

      "licenseScope":"globalOnly",

      "questionTemplateID":0,

      "hasQuestions":false,

      "hasAlternates":false,

      "keywords":[],

      "categories":[]

      "classificationName": "white",

      "classificationImage":"/esd/backgrounds/packages/white.png"

   },

   {...