Method: edits.testers.get
Recupera i tester. Nota: la risorsa Tester non supporta le mailing list.
Richiesta HTTP
GET https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
packageName |
string
Nome del pacchetto dell'app.
|
editId |
string
Identificatore della modifica.
|
track |
string
La traccia da cui leggere.
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
In caso di esito positivo, il corpo della risposta contiene un'istanza di Testers
.
Ambiti di autorizzazione
Richiede il seguente ambito OAuth:
https://www.googleapis.com/auth/androidpublisher
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-12-18 UTC.
[null,null,["Ultimo aggiornamento 2024-12-18 UTC."],[[["Retrieves a list of testers for a specific track within a given app edit."],["Requires the package name, edit ID, and track name as path parameters."],["The request body should be empty, and the response includes a \"Testers\" object if successful."],["Authorization is necessary using the `https://www.googleapis.com/auth/androidpublisher` scope."]]],["This document details retrieving testers via an HTTP GET request. The core action is retrieving testers from a specified track. Key information includes the base URL, `https://androidpublisher.googleapis.com/androidpublisher/v3/applications/{packageName}/edits/{editId}/testers/{track}`, and three required path parameters: `packageName`, `editId`, and `track`. The request body must be empty, and a successful response returns a `Testers` instance. Authorization requires the `androidpublisher` OAuth scope. The document also mentions that the tester resource does not support email list.\n"]]