Menu

List of Installed App

Usage Instructions

Get the list of installed applications

Request Instructions

POST /api/v1/app/installedList

Request Parameters

Parameter Type Required Description
image_id string Yes Cloud phone ID

Request Example

json Copy
{
    "image_id": "xx"
}

Response Example

json Copy
{
    "code": 200,
    "data": {
        "list": [
            "com.zhiliaoapp.musically",
            "com.twitter.android"
        ]
    },
    "message": "Success"
}
Previous
Batch Install App
Next
Batch Uninstall App
Last modified: 2025-03-07Powered by