Version API du graphe

Application Codeless Event Mappings

Lecture

Vous ne pouvez pas effectuer cette opération sur ce point de terminaison.

Création

You can make a POST request to codeless_event_mappings edge from the following paths:
When posting to this edge, an Application will be created.

Paramètres

ParamètreDescription
mappings
array<JSON object>

The event to UI component mappings of the app

Obligatoire
method
enum {INFERENCE, MANUAL, CONFIRMED_INFERENCE, BUTTON_INDEXING, UNKNOWN}

method

Obligatoire
event_name
string

event_name

Obligatoire
event_type
enum {CLICK, SELECTED, TEXT_CHANGED}

event_type

Obligatoire
app_version
string

app_version

Obligatoire
parameters
array<JSON object>

parameters

name
string

name

Obligatoire
path
array<JSON object>

path

Obligatoire
class_name
string

class_name

Obligatoire
index
int64

index

Obligatoire
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}
Par défaut : "ABSOLUTE"

path_type

component_id
string

component_id

Obligatoire
path
array<JSON object>

path

Obligatoire
class_name
string

class_name

Obligatoire
index
int64

index

Obligatoire
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

Obligatoire
path_type
enum {ABSOLUTE, RELATIVE}
Par défaut : "ABSOLUTE"

path_type

screenshot_handle
string

screenshot_handle

dimensions
array<JSON object>

dimensions

top
int64

top

Obligatoire
left
int64

left

Obligatoire
width
int64

width

Obligatoire
height
int64

height

Obligatoire
activity_name
string

activity_name

mutation_method
enum {REPLACE, ADD, DELETE}

Detailed mutation type like replace, add

Obligatoire
platform
enum {ANDROID, IOS}

The platform of the app being indexed

Obligatoire
post_method
enum {EYMT, CODELESS}
Par défaut : "CODELESS"

Whether the api is called by codeless or EYMT

Type de retour

Struct {
num_updated: int32,
num_invalid: int32,
}

Error Codes

ErreurDescription
100Invalid parameter

Mise à jour

Vous ne pouvez pas effectuer cette opération sur ce point de terminaison.

Suppression

Vous ne pouvez pas effectuer cette opération sur ce point de terminaison.