Skip to main content
Skip table of contents

app-market/ios/catalog

List of all iOS apps in the policy console.

GET

Returns an array of all iOS apps currently available in the policy console, along with details for each app.

Example request

Request

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

Response

JS
{
  "applications": [ 
    {
    "apk_url": "https://bc.qwe.com:443/mocana-app-control/rest/app-market/3cde1aef-b228-4f57-b249-714afb58452d/apk",
    "app_id": "3cde1aef-b228-4f57-b249-714afb58452d",
    "icon_url": "https://bc.qwe.com:443/mocana-app-control/rest/app-market/3cde1aef-b228-4f57-b249-714afb58452d/icon", 
    "info_url": "https://bc.qwe.com:443/mocana-app-control/rest/app-market/3cde1aef-b228-4f57-b249-714afb58452d",
    "name": "TestApp",
    "package_name": "com.qwe.dts.TestApp",
    "package_size": "68622",
    "platform": "PLATFORM_IOS",
    "plist_url": "https://bc.qwe.com:443/mocana-app-control/rest/web-catalog/3cde1aef-b228-4f57-b249-714afb58452d.plist", 
    "policy_hash": "8b5e6b5b-4355-4c6a-91e3-e4b2dca0cc78", 
    "wrapped_package_size": "679013"
    }, 
    {
    "apk_url": "https://bc.qwe.com:443/mocana-app-control/rest/app-market/e663c150-83b5-4f3e-905c-ddad34e54141/apk",
    "app_id": "e663c150-83b5-4f3e-905c-ddad34e54141",
    "icon_url": "https://bc.qwe.com:443/mocana-app-control/rest/app-market/e663c150-83b5-4f3e-905c-ddad34e54141/icon",
    "info_url": "https://bc.qwe.com:443/mocana-app-control/rest/app-market/e663c150-83b5-4f3e-905c-ddad34e54141", 
    "name": "TestApp",
    "package_name": "com.qwe.TestApp",
    "package_size": "108796",
    "platform": "PLATFORM_IOS",
    "plist_url": "https://bc.qwe.com:443/mocana-app-control/rest/web-catalog/e663c150-83b5-4f3e-905c-ddad34e54141.plist"
  }, 
  ],
  "message": "",
  "status": "OK" 
} 
JavaScript errors detected

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

If this problem persists, please contact our support.