Using the SOTI MobiControl REST API
About this task
Integrate SOTI MobiControl into your enterprise mobility workflow or partner applications using our RESTful web service API. SOTI MobiControl provides an interactive environment where you can experiment with the REST API.
To get to your interactive REST API environment:
Procedure
- Log into your SOTI MobiControl console.
-
In the address bar of the web browser, replace everything after MobiControl/ with api and go to the new web page.
For example, change https://soti.sotidemo.com/MobiControl/WebConsole/home/devices to https://soti.sotidemo.com/MobiControl/api.
Results
You have entered the interactive environment of the SOTI MobiControl REST API service. Detailed documentation on the available APIs is available directly within the API reference.
The syntax for filtering expressions differs between GET /devices/search
and GET /devices
endpoints.
Use advanced search expressions for GET /devices/search
. For example, use filter=BatteryStatus%3E38%20AND%20CellularCarrier%3D%27Communications%20Network%27
to find devices with battery statuses greater than 35% AND whose cellular carrier has a name containing the terms "Communications Network".
Use name value pairs for GET /devices
. For example, use {Family}:{Linux}, {IsAgentOnline}:{TRUE}
to find Linux devices whose agents are online.