Method: matters.list
컬렉션을 사용해 정리하기
내 환경설정을 기준으로 콘텐츠를 저장하고 분류하세요.
요청자가 액세스할 수 있는 법적 사안을 표시합니다.
HTTP 요청
GET https://vault.googleapis.com/v1/matters
URL은 gRPC 트랜스코딩 구문을 사용합니다.
쿼리 매개변수
매개변수 |
pageSize |
integer
응답에 반환할 문제 수입니다. 기본값과 최대값은 100입니다.
|
pageToken |
string
응답에서 반환된 페이지로 나누기 토큰입니다.
|
view |
enum (MatterView )
응답으로 반환할 법적 사안 관련 정보의 양을 지정합니다.
|
state |
enum (State )
설정하면 지정된 상태의 법적 사안만 표시됩니다. 기본값은 모든 상태의 법적 사안을 표시합니다.
|
응답 본문
사안 목록을 제공합니다.
성공한 경우 응답 본문은 다음과 같은 구조의 데이터를 포함합니다.
JSON 표현 |
{
"matters": [
{
object (Matter )
}
],
"nextPageToken": string
} |
필드 |
matters[] |
object (Matter )
사안 목록
|
nextPageToken |
string
목록에서 결과의 다음 페이지를 가져오는 페이지 토큰입니다.
|
승인 범위
다음 OAuth 범위 중 하나가 필요합니다.
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
자세한 내용은 승인 가이드를 참고하세요.
달리 명시되지 않는 한 이 페이지의 콘텐츠에는 Creative Commons Attribution 4.0 라이선스에 따라 라이선스가 부여되며, 코드 샘플에는 Apache 2.0 라이선스에 따라 라이선스가 부여됩니다. 자세한 내용은 Google Developers 사이트 정책을 참조하세요. 자바는 Oracle 및/또는 Oracle 계열사의 등록 상표입니다.
최종 업데이트: 2025-07-25(UTC)
[null,null,["최종 업데이트: 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)."]]