Requires authorization
Returns information about the edit specified. Calls will fail if the edit is no long active (e.g. has been deleted, superseded or expired).
Request
HTTP request
GET https://www.googleapis.com/androidpublisher/v2/applications/packageName/edits/editId
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
editId |
string |
Unique identifier for this edit. |
packageName |
string |
Unique identifier for the Android app that is being updated; for example, "com.spiffygame". |
Authorization
This request requires authorization with the following scope (read more about authentication and authorization).
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an Edits resource in the response body.