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
ดูข้อมูลเพิ่มเติมได้ที่คู่มือการให้สิทธิ์
เนื้อหาของหน้าเว็บนี้ได้รับอนุญาตภายใต้ใบอนุญาตที่ต้องระบุที่มาของครีเอทีฟคอมมอนส์ 4.0 และตัวอย่างโค้ดได้รับอนุญาตภายใต้ใบอนุญาต Apache 2.0 เว้นแต่จะระบุไว้เป็นอย่างอื่น โปรดดูรายละเอียดที่นโยบายเว็บไซต์ Google Developers Java เป็นเครื่องหมายการค้าจดทะเบียนของ 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)."]]