Getting All Catalog Items With Their Keywords
App Broker 2020 R1
This section describes the App Broker REST API endpoint to get all catalog items along with each catalog item’s keywords.
Endpoint Example |
Response Body Example |
[GET] http://localhost/esd/api/catalogs?select=keywords |
[ { "id":11,"name":"Adobe Reader v8.0", "briefDescription":"Leading software for viewing PDF files", "fullDescription":"<p>Adobe Reader software is the free trusted standard for reliably viewing, printing, and annotating PDF documents. It's the only PDF file viewer that can open and interact with all types of PDF content, including forms and multimedia.</p>", "type":"software","currency":"USD", "flexeraID":"arl://MGS-APP-00000014874", "imageUrlPath":"/esd/backgrounds/packages/ Adobe Reader v8.0..jpg", "createdOn":"2015-08-28T15:49:23.34", "isAvailable":true, "isApprovalNeeded":false, "isLicenseNeeded":true, "licenseScope":"globalOnly", "questionTemplateID":0, "hasQuestions":false, "hasAlternates":false, "keywords":[{"description":"visibility"}], "categories":[] }, {... |
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |