Method: matters.exports.list
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elenca i dettagli delle esportazioni nella questione specificata.
Richiesta HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/exports
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri del percorso
Parametri |
matterId |
string
L'ID della richiesta.
|
Parametri di query
Parametri |
pageSize |
integer
Il numero di esportazioni da restituire nella risposta.
|
pageToken |
string
Il token di paginazione restituito nella risposta.
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
Le esportazioni per una richiesta.
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Rappresentazione JSON |
{
"exports": [
{
object (Export )
}
],
"nextPageToken": string
} |
Campi |
exports[] |
object (Export )
L'elenco delle esportazioni.
|
nextPageToken |
string
Token di pagina per recuperare la pagina di risultati successiva nell'elenco.
|
Ambiti di autorizzazione
Richiede uno dei seguenti ambiti OAuth:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
Per ulteriori informazioni, consulta la Guida all'autorizzazione.
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 2025-07-25 UTC.
[null,null,["Ultimo aggiornamento 2025-07-25 UTC."],[],[],null,["# Method: matters.exports.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListExportsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists details about the exports in the specified matter.\n\n### HTTP request\n\n`GET https://vault.googleapis.com/v1/matters/{matterId}/exports`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|-------------------------|\n| `matterId` | `string` The matter ID. |\n\n### Query parameters\n\n| Parameters ||\n|-------------|------------------------------------------------------------|\n| `pageSize` | `integer` The number of exports to return in the response. |\n| `pageToken` | `string` The pagination token as returned in the response. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nThe exports for a matter.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"exports\": [ { object (/workspace/vault/reference/rest/v1/matters.exports#Export) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------------------|\n| `exports[]` | `object (`[Export](/workspace/vault/reference/rest/v1/matters.exports#Export)`)` The list of exports. |\n| `nextPageToken` | `string` Page token to retrieve the next page of results in the list. |\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/ediscovery.readonly`\n- `https://www.googleapis.com/auth/ediscovery`\n\nFor more information, see the [Authorization guide](/workspace/guides/configure-oauth-consent)."]]