Get the list of installed applications
POST /api/v1/app/installedList
| Parameter | Type | Required | Description |
|---|---|---|---|
| image_id | string | Yes | Cloud phone ID |
{
"image_id": "xx"
}
{
"code": 200,
"data": {
"list": [
"com.zhiliaoapp.musically",
"com.twitter.android"
]
},
"message": "Success"
}