图谱 API 版

Application App Indexing

读取

你无法在此端点执行该操作。

创建

你可以通过下列路径向 app_indexing 连线发出 POST 请求:
发布到这个连线会创建 an Application

参数

参数描述
app_version
string

The version of the app being indexed

必填
device_session_id
string

Device session id of the uploading device

extra_info
string

Extra information about the app index

platform
enum {ANDROID, IOS}

The platform of the app being indexed

必填
request_type
enum {APP_INDEXING, PLUGIN, BUTTON_SAMPLING}
默认值:"APP_INDEXING"

Type of the app indexing request

tree
JSON object

The UI component tree of the app

必填
screenname
string

screenshot
string

view
list<JSON encoded app UI component>

必填

返回类型

Struct {
success: bool,
is_app_indexing_enabled: bool,
}

错误代码

错误描述
100Invalid parameter

更新

你无法在此端点执行该操作。

删除

你无法在此端点执行该操作。