AI-generated Key Takeaways
- 
          This page provides documentation for the edits.tracks.getmethod 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 Trackobject if successful.
- 
          The method requires authorization using the https://www.googleapis.com/auth/androidpublisherOAuth 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