Skip to main content
Skip table of contents

app-market/{GUID}/icon

An app icon.

GET

Returns an app's icon, a PNG file.

When you apply policies to an app, the policy console creates a new icon for the app. The new icon shows the original app icon overlaid with a small image that lets the mobile device user know the app is protected with Blue Cedar policies.

GET app-market/{GUID}/icon retrieves this new icon, including any overlay image that has been added. (If the app doesn't have any policies applied to it, the icon is identical to the app's original icon.) For more on overlay icons, see Uploading and retrieving overlay icons.

Parameters

Parameter
Description
GUIDRequired. The GUID for the app. To find GUIDs for all apps on the policy console, use GET app-market/catalog.

Example request

Request

BASH
curl -b c.txt -c c.txt -X GET \
  https://bc.qwe.com/mocana-app-control/rest/app-market/0a22067f-d523-4864-8973-3a80f054d884/icon \
  -o "app-icon.png"

The policy console responds with the PNG binary.

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.