Lists all the track configurations for this edit.
Request
HTTP request
GET https://www.googleapis.com/androidpublisher/v3/applications/packageName/edits/editId/tracks
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:
Scope |
---|
https://www.googleapis.com/auth/androidpublisher |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns a response body with the following structure:
{ "kind": "androidpublisher#tracksListResponse", "tracks": [ edits.tracks Resource ] }
Property name | Value | Description | Notes |
---|---|---|---|
kind |
string |
Identifies what kind of resource this is. Value: the fixed string "androidpublisher#tracksListResponse" . |
|
tracks[] |
list |