API リファレンス
/- ブラウザ
- ローカル API
/
ブラウザプロファイルの詳細を取得する
POST
curl -i -X POST \
http://127.0.0.1:40000/api/env/detail \
-H 'Content-Type: application/json' \
-d '{
"envId": "1869988538611834880"
}'Response
{ "code": 0, "msg": null, "data": { "id": "string", "envName": "string", "browserTypeId": 0, "operatorSystemId": 0, "groupId": "string", "groupName": "string", "tagInfos": [ … ], "proxyId": "string", "isEncrypt": 0, "envRemark": "string", "uaVersion": 0, "browserCore": 0, "accountInfo": { … }, "isShowAccount": 0, "afterStartupConfig": { … }, "startupParams": null, "cookies": null, "advancedSetting": {} }, "requestId": "string" }