Getting Catalog Items Ordered by Ascending Cost

App Broker 2017

This section describes the App Broker REST API endpoint to get catalogs ordered by ascending cost.

Get Catalog Items 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.