GET Retrieve command details
https://api.applivery.io/v1/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands/:emmCommandId Retrieves detailed information and execution status for a specific device command.
GET List device commands
https://api.applivery.io/v1/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands Retrieves a paginated list of commands issued to the specified Android Enterprise device.
POST Cancel pending command
https://api.applivery.io/v1/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands/:emmCommandId/cancel Cancels a pending command before execution, preventing it from being applied to the device.
POST Create device command
https://api.applivery.io/v1/organizations/:organizationId/mdm/android/enterprise/devices/:emmDeviceId/commands Creates and queues a new management command for execution on the target device.
No endpoints match