AI-generated Key Takeaways
-
This page provides documentation for the
edits.tracks.get
method of the Android Publisher API. -
The method allows you to retrieve information about a specific track for an app edit.
-
The request uses an HTTP GET method with specific path parameters for the package name, edit ID, and track identifier.
-
The request body is empty, and the response body contains a
Track
object if successful. -
The method requires authorization using the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
Gets a track.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/tracks/{track}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
track |
Identifier of the track. More on track name |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Track
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher