Get All Updated Catalog Items
App Broker 2020 R1
This section describes the App Broker REST API endpoint to get all catalog items that have been updated after they were created.
Endpoint Example |
Response Body Example |
[GET] http://localhost/esd/api/catalogs? |
[ { "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":[] }, {... |
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |