AI-generated Key Takeaways
-
This document outlines how to get an app edit using an HTTP GET request.
-
The request requires the package name and edit ID as path parameters.
-
The request body must be empty, and a successful response body contains an
AppEdit
instance. -
Authorization is required using the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
Gets an app edit.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of AppEdit
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher