Getting Catalog Items Ordered by Ascending Cost
App Broker 2020 R1
This section describes the App Broker REST API endpoint to get catalogs ordered by ascending cost.
Endpoint Example |
[GET] http://localhost/esd/api/catalogs?sort=cost |
Note:When listing catalog items in ascending order, catalog items that have no cost are listed first; the cost property would not appear. To show all catalog items with a cost, then append'filter=cost != null' as a query string to the URL.
App Portal / App Broker 2020 R1 Administration GuideAugust 2020 |