그래프 API 버전

Application Codeless Event Mappings

읽기

이 엔드포인트에서 수행할 수 없는 작업입니다.

만들기

다음 경로에서 codeless_event_mappings 에지에 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

업데이트 중

이 엔드포인트에서 수행할 수 없는 작업입니다.

삭제 중

이 엔드포인트에서 수행할 수 없는 작업입니다.