Versão Graph API

Application Codeless Event Mappings

Leitura

Não é possível executar esta operação neste ponto de extremidade.

Criando

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.

Parâmetros

ParâmetroDescrição
mappings
array<JSON object>

The event to UI component mappings of the app

Obrigatório
method
enum {INFERENCE, MANUAL, CONFIRMED_INFERENCE, BUTTON_INDEXING, UNKNOWN}

method

Obrigatório
event_name
string

event_name

Obrigatório
event_type
enum {CLICK, SELECTED, TEXT_CHANGED}

event_type

Obrigatório
app_version
string

app_version

Obrigatório
parameters
array<JSON object>

parameters

name
string

name

Obrigatório
path
array<JSON object>

path

Obrigatório
class_name
string

class_name

Obrigatório
index
int64

index

Obrigatório
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}
Valor padrão: "ABSOLUTE"

path_type

component_id
string

component_id

Obrigatório
path
array<JSON object>

path

Obrigatório
class_name
string

class_name

Obrigatório
index
int64

index

Obrigatório
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

Obrigatório
path_type
enum {ABSOLUTE, RELATIVE}
Valor padrão: "ABSOLUTE"

path_type

screenshot_handle
string

screenshot_handle

dimensions
array<JSON object>

dimensions

top
int64

top

Obrigatório
left
int64

left

Obrigatório
width
int64

width

Obrigatório
height
int64

height

Obrigatório
activity_name
string

activity_name

mutation_method
enum {REPLACE, ADD, DELETE}

Detailed mutation type like replace, add

Obrigatório
platform
enum {ANDROID, IOS}

The platform of the app being indexed

Obrigatório
post_method
enum {EYMT, CODELESS}
Valor padrão: "CODELESS"

Whether the api is called by codeless or EYMT

Return Type

Struct {
num_updated: int32,
num_invalid: int32,
}

Error Codes

ErroDescrição
100Invalid parameter

Atualizando

Não é possível executar esta operação neste ponto de extremidade.

Excluindo

Não é possível executar esta operação neste ponto de extremidade.