AI-generated Key Takeaways
-
Retrieves an existing app edit using the provided package name and edit ID.
-
Requires authorization with the
https://www.googleapis.com/auth/androidpublisher
scope. -
The request body should be empty, and the response will contain an
AppEdit
object if successful. -
Utilizes gRPC Transcoding for URL structure and includes package name and edit ID as path parameters.
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