Method: matters.list
Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Elenca le pratiche a cui il richiedente ha accesso.
Richiesta HTTP
GET https://vault.googleapis.com/v1/matters
L'URL utilizza la sintassi di transcodifica gRPC.
Parametri di query
Parametri |
pageSize |
integer
Il numero di pratiche da restituire nella risposta. Il valore predefinito e massimo è 100.
|
pageToken |
string
Il token di paginazione restituito nella risposta.
|
view |
enum (MatterView )
Specifica quante informazioni sulla questione restituire nella risposta.
|
state |
enum (State )
Se impostato, vengono elencate solo le pratiche con lo stato specificato. Per impostazione predefinita, vengono elencate le pratiche in qualsiasi stato.
|
Corpo della richiesta
Il corpo della richiesta deve essere vuoto.
Corpo della risposta
Fornisce l'elenco delle pratiche.
In caso di esito positivo, il corpo della risposta contiene dati con la seguente struttura:
Rappresentazione JSON |
{
"matters": [
{
object (Matter )
}
],
"nextPageToken": string
} |
Campi |
matters[] |
object (Matter )
Elenco delle pratiche.
|
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.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListMattersResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nLists matters the requestor has access to.\n\n### HTTP request\n\n`GET https://vault.googleapis.com/v1/matters`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Query parameters\n\n| Parameters ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `pageSize` | `integer` The number of matters to return in the response. Default and maximum are 100. |\n| `pageToken` | `string` The pagination token as returned in the response. |\n| `view` | `enum (`[MatterView](/workspace/vault/reference/rest/v1/MatterView)`)` Specifies how much information about the matter to return in response. |\n| `state` | `enum (`[State](/workspace/vault/reference/rest/v1/matters#State)`)` If set, lists only matters with the specified state. The default lists matters of all states. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nProvides the list of matters.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------|\n| ``` { \"matters\": [ { object (/workspace/vault/reference/rest/v1/matters#Matter) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|-----------------|-------------------------------------------------------------------------------------------|\n| `matters[]` | `object (`[Matter](/workspace/vault/reference/rest/v1/matters#Matter)`)` List of matters. |\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)."]]