API

All posts with the API tag

Discussion
1 day ago

Enhancements to Android kiosk exit settings in Hexnode API

We’ve expanded the Android kiosk exit settings API with additional supported keys, offering more flexibility in managing kiosk mode exits. What’s new? The API now supports the following enhancements: Kiosk manual exit - Allows users to manually exit kiosk mode. Kiosk password – Defines a password for exiting kiosk mode. Exit passcode tap count -…

Discussion
2 weeks ago

Rate Limit API call resulting error 429

Hi, In the api doc it says: ‍ I am really confused about this. What does it mean about `a particular device` ? does it means you can call `https://portal.hexnodemdm.com/api/v1/devices/{ID1}/` 10 time max each day, and others request like `https://portal.hexnodemdm.com/api/v1/devices/{ID2}/` also 10 times? how about device groups like `https://portal.hexnodemdm.com/api/v1/devicegroups/{GROUPID}/` does it also have max 10…

Discussion
3 months ago

Determine windows 10 upgradability to windows 11

Hi,  How do you determine which Windows 10 PCs can or cannot be upgraded to windows 11?    We have this script to determine if a windows 10 PC can be upgraded to windows 11.  https://github.com/Globaldots/hexnode/blob/master/commands/windows/HardwareReadinessForWin11.md The script will update the device notes with the upgradability status.  Please react if you find it useful too,…

Discussion
2 years ago
Solved

Web apps: Authenticating hexnode devices for web apps Solved

To detect whether a hexnode device is viewing a web app we can use URL parameter wildcards which inject device variables like so:https://www.hexnode.com/mobile-device-management/help/pass-device-information-from-hexnode-to-the-web-apps-added-in-the-device-through-wildcards-faqs/ For example, we could use the wildcard to check against the UDID of a device to determine if a client is a hexnode device and its location. But what if the UDID…

Ideation
4 years ago

An API endpoint to upload a new APK update

As devops I really want an API endpoint to publish a new version of APK. We currently distribute our App to many devices through Hexnode and also we have another app that is distributed on Google Play Store. When we need to update on Google Play Store it's really easy because we're using fastlane and…