Versione API Graph

Application Codeless Event Mappings

Lettura

Non puoi eseguire questa operazione in questo endpoint.

Creazione

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.

Parametri

ParametroDescrizione
mappings
array<JSON object>

The event to UI component mappings of the app

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

method

Obbligatorio
event_name
string

event_name

Obbligatorio
event_type
enum {CLICK, SELECTED, TEXT_CHANGED}

event_type

Obbligatorio
app_version
string

app_version

Obbligatorio
parameters
array<JSON object>

parameters

name
string

name

Obbligatorio
path
array<JSON object>

path

Obbligatorio
class_name
string

class_name

Obbligatorio
index
int64

index

Obbligatorio
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}
Valore predefinito: "ABSOLUTE"

path_type

component_id
string

component_id

Obbligatorio
path
array<JSON object>

path

Obbligatorio
class_name
string

class_name

Obbligatorio
index
int64

index

Obbligatorio
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

Obbligatorio
path_type
enum {ABSOLUTE, RELATIVE}
Valore predefinito: "ABSOLUTE"

path_type

screenshot_handle
string

screenshot_handle

dimensions
array<JSON object>

dimensions

top
int64

top

Obbligatorio
left
int64

left

Obbligatorio
width
int64

width

Obbligatorio
height
int64

height

Obbligatorio
activity_name
string

activity_name

mutation_method
enum {REPLACE, ADD, DELETE}

Detailed mutation type like replace, add

Obbligatorio
platform
enum {ANDROID, IOS}

The platform of the app being indexed

Obbligatorio
post_method
enum {EYMT, CODELESS}
Valore predefinito: "CODELESS"

Whether the api is called by codeless or EYMT

Tipo di ricavo

Struct {
num_updated: int32,
num_invalid: int32,
}

Error Codes

ErroreDescrizione
100Invalid parameter

Aggiornamento

Non puoi eseguire questa operazione in questo endpoint.

Eliminazione

Non puoi eseguire questa operazione in questo endpoint.