Category Filter
Retrieve App Details
Get the details of an application.
curl
HTTP Request:
Shell Command:
1 |
GET https://<portal>.hexnodemdm.com/api/v1/applications/{APP_ID}/ |
Shell Command:
1 |
curl -H "Authorization: <your API key>" https://<portal>.hexnodemdm.com/api/v1/applications/{APP_ID}/ |
HTTP Response:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 |
{ "id": 1, "name": "Google Chrome – The Fast and Secure Web Browser", "identifier": "com.google.chrome.ios", "appstore_id": 535886823, "platform": "ios", "version": "57.0.2987.137", "bundle_size": 94281728, "vendor": "Google, Inc.", "app_type": "store", "webapp_url": null, "manifest_url": null, "license": "Free", "category": "Utilities", "price": "Free", "icon": "http://is5.mzstatic.com/image/thumb/Purple91/v4/c1/e9/48/c1e948b2-d0ad-feaa-4cea-fec3ead8c409/source/60x60bb.jpg", "appstore_url": "https://itunes.apple.com/us/app/google-chrome-the-fast-and-secure-web-browser/id535886823?mt=8&uo=4", "uploaded_date": "2017-04-17T07:04:52.306000Z", "average_user_rating": null, "content_rating": null, "remove_with_mdm": null, "prevent_backup": null } |