コンテンツへスキップ

インストール済みアプリ一覧を照会する

Request

クラウドフォンにインストールされているアプリの一覧を照会する

Bodyapplication/json
idintegerrequired

クラウド電話ID

POST
/api/cloudphone/app/installedList
curl -i -X POST \
  http://127.0.0.1:40000/api/cloudphone/app/installedList \
  -H 'Content-Type: application/json' \
  -d '{
    "id": 1674550360293464
  }'

Responses

Headers
any
Bodyapplication/json
codeinteger
msgnull
dataArray of objects
requestIdstring
Response
{ "code": 0, "msg": null, "data": [ {} ], "requestId": "string" }