グラフAPIバージョン

Application Codeless Event Mappings

読み取り

このエンドポイントではこの操作を実行できません。

作成

codeless_event_mappingsのエッジにPOSTリクエストを以下のパスで送信できます:
このエッジにPOSTする場合、an Applicationが作成されます。

パラメーター

パラメーター説明
mappings
array<JSON object>

The event to UI component mappings of the app

必須
method
enum {INFERENCE, MANUAL, CONFIRMED_INFERENCE, BUTTON_INDEXING, UNKNOWN}

method

必須
event_name
string

event_name

必須
event_type
enum {CLICK, SELECTED, TEXT_CHANGED}

event_type

必須
app_version
string

app_version

必須
parameters
array<JSON object>

parameters

name
string

name

必須
path
array<JSON object>

path

必須
class_name
string

class_name

必須
index
int64

index

必須
id
int64

id

text
string

text

tag
string

tag

description
string

description

hint
string

hint

match_bitmask
int64

match_bitmask

path_type
enum {ABSOLUTE, RELATIVE}
デフォルト値: "ABSOLUTE"

path_type

component_id
string

component_id

必須
path
array<JSON object>

path

必須
class_name
string

class_name

必須
index
int64

index

必須
id
int64

id

text
string

text

tag
string

tag

description
string

description

hint
string

hint

match_bitmask
int64

match_bitmask

component_id
string

component_id

必須
path_type
enum {ABSOLUTE, RELATIVE}
デフォルト値: "ABSOLUTE"

path_type

screenshot_handle
string

screenshot_handle

dimensions
array<JSON object>

dimensions

top
int64

top

必須
left
int64

left

必須
width
int64

width

必須
height
int64

height

必須
activity_name
string

activity_name

mutation_method
enum {REPLACE, ADD, DELETE}

Detailed mutation type like replace, add

必須
platform
enum {ANDROID, IOS}

The platform of the app being indexed

必須
post_method
enum {EYMT, CODELESS}
デフォルト値: "CODELESS"

Whether the api is called by codeless or EYMT

戻り値の型

Struct {
num_updated: int32,
num_invalid: int32,
}

エラーコード

エラー詳細
100Invalid parameter

更新中…

このエンドポイントではこの操作を実行できません。

削除中です

このエンドポイントではこの操作を実行できません。