App Broker 2016
Note • Whenever the client retrieves catalog information, App Broker only sends non-archived and enabled catalog items. ServiceNow will occasionally pull data from the App Broker API to get the most up-to-date catalog information. Therefore, when App Broker archives a catalog item, ServiceNow will need to request data from the App Broker catalog’s endpoint to see the update.
This section describes the App Broker REST API endpoint for getting all catalog items.
Endpoint Example |
Response Body Example |
http://localhost/esd/api/catalogs |
[ { "id": 201, "name": "Brady Corporation LabelMark v6.1.0.216-0", "briefDescription": "", "fullDescription": "", "type": "softwareCM12Application", "currency": "USD", "flexeraID": "", "imageUrlPath": "/esd/backgrounds/packages/CatalogItem.png", "createdOn": "2016-05-13T09:31:23.2", "isAvailable": true, "isApprovalNeeded": false, "isLicenseNeeded": false, "licenseScope": "globalOnly", "questionTemplateID": 0, "hasQuestions": false, "hasAlternates": false, "keywords": [], "categories": [] }, {... |
App Portal / App Broker for ServiceNow 2016 Administration Guide09 August 2016 |
Copyright Information | Flexera Software |