AI-generated Key Takeaways
-
The
edits.testers.get
method retrieves testers for a specific track of an app. -
It uses a GET HTTP request to a URL containing the package name, edit ID, and track.
-
This method does not support email lists for testers.
-
The request body must be empty, and the response body contains a Testers object if successful.
-
Authorization requires the
https://www.googleapis.com/auth/androidpublisher
OAuth scope.
Gets testers. Note: Testers resource does not support email lists.
HTTP request
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
packageName |
Package name of the app. |
editId |
Identifier of the edit. |
track |
The track to read from. |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of Testers
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/androidpublisher