Get All Updated Catalog Items
This section describes the App Broker REST API endpoint to get all catalog items that have been updated after they were created.
Endpoint Example: [GET] http://localhost/esd/api/catalogs? filter=updatedOn\!=null
Response Body Example:
[
{
"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":[],
"classificationName": "white",
"classificationImage":"/esd/backgrounds/packages/white.png"
},
{...