Skip to main content
Skip table of contents

app-market/catalog

List of all Android apps in the policy console.

GET

Returns a list of all apps that are currently available in the policy console (both iOS and Android), and the details for each app.

Example request

Response

BASH
curl -b c.txt -c c.txt -X GET https://bc.qwe.com/mocana-app-control/rest/app-market/catalog

Response

JS
{
"applications": [ 
  {
    "apk_url": "https://bc.qwe.com/mocana-app-control/rest/app-market/ 0a22067f-d523-4864-8973-3a80f054d884/apk",
    "app_id": "0a22067f-d523-4864-8973-3a80f054d884",
    "icon_url": "https://bc.qwe.com/mocana-app-control/rest/app-market/0a22067f-d523-4864-8973-3a80f054d884/icon",
    "info_url": "https://bc.qwe.com/mocana-app-control/rest/app-market/0a22067f-d523-4864-8973-3a80f054d884",	
    "name": "My Reader",
    "package_name": "com.my.reader",
    "package_size": "2087292"
  },
  {...}
],
"message": "", 
"status": "OK" 
} 
JavaScript errors detected

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

If this problem persists, please contact our support.