그래프 API 버전

Application App Indexing

읽기

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

만들기

다음 경로에서 app_indexing 에지에 POST 요청을 만들 수 있습니다:
이 에지에 게시할 때 an Application이(가) 생성됩니다.

매개변수

매개변수설명
app_version
string

The version of the app being indexed

필수
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

필수
request_type
enum {APP_INDEXING, PLUGIN, BUTTON_SAMPLING}
기본 값: "APP_INDEXING"

Type of the app indexing request

tree
JSON object

The UI component tree of the app

필수
screenname
string

screenshot
string

view
list<JSON encoded app UI component>

필수

반환 유형

Struct {
success: bool,
is_app_indexing_enabled: bool,
}

오류 코드

오류설명
100Invalid parameter

업데이트 중

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

삭제 중

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