Skip to content

SOTI MobiControl: APIs reference

Here is an exhaustive list of the APIs used by Exodus.

Retrieve a Single Device Group

GET /devicegroups/{path}

This request is used to validate the configuration when creating a Migration or updating the credentials.

Retrieve List of Devices Matching Filter Criteria

GET /devices/search

This request is used to list the devices that are members of the Source Tenant Device Group.

Retrieve Single Device

GET /devices/{deviceId}

This request is used to check the status of a device in the Source Tenant.

Information about the Device's Apple ADE configuration

GET /devices/{deviceId}/appleDepInfo

This request is used to check whether an iOS device is managed by Apple ADE.

Retrieve Installed Applications for a Device

GET /devices/{deviceId}/installedApplications

This request is used to check whether an iOS device has the Exodus Companion App installed.

Send Actions to a Device

POST /devices/{deviceId}/actions

This request is used to remove an enrolled device from the Source Tenant.