Skip to main content

Getting Additional Applications for OSD Checkout

This section describes the App Broker REST API endpoint to get a list of additional applications that can be installed during the checkout of an OSD task sequence catalog item.

Endpoint Example:

[GET] http://<SERVERNAME>/esd/api/apps?osdCompatible=true&email=<logged-in_user_email>

[GET] http://<SERVERNAME>/esd/api/apps?osdCompatible=true&email=<logged-in_user_email>&searchText=<searchText>

Response Body Example:

[
{
"isUsed": false,
"catalogID": 11362,
"cost": 0,
"flexeraID": "",
"isLicenseNeeded": false,
"isUninstallable": false
},
{
"isUsed": false,
"catalogID": 11363,
"cost": 0,
"flexeraID": "",
"isLicenseNeeded": false,
"isUninstallable": false
}
]