Version API du graphe

Application App Indexing

Lecture

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

Création

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

Paramètres

ParamètreDescription
app_version
string

The version of the app being indexed

Obligatoire
device_session_id
string

Device session id of the uploading device

extra_info
string

Extra information about the app index

platform
enum {ANDROID, IOS}

The platform of the app being indexed

Obligatoire
request_type
enum {APP_INDEXING, PLUGIN, BUTTON_SAMPLING}
Par défaut : "APP_INDEXING"

Type of the app indexing request

tree
JSON object

The UI component tree of the app

Obligatoire
screenname
string

screenshot
string

view
list<JSON encoded app UI component>

Obligatoire

Type de retour

Struct {
success: bool,
is_app_indexing_enabled: bool,
}

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.