Method: matters.exports.list
פרטים על הייצוא בנושא שצוין.
בקשת HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/exports
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
פרמטרים של שאילתה
פרמטרים |
pageSize |
integer
מספר הייצוא שיוחזר בתגובה.
|
pageToken |
string
אסימון העימוד כפי שהוא מוחזר בתגובה.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
הייצוא של עניין.
אם הפעולה מצליחה, גוף התגובה מכיל נתונים במבנה הבא:
ייצוג ב-JSON |
{
"exports": [
{
object (Export )
}
],
"nextPageToken": string
} |
שדות |
exports[] |
object (Export )
רשימת הייצוא.
|
nextPageToken |
string
אסימון דף לאחזור של דף התוצאות הבא ברשימה.
|
היקפי הרשאה
נדרש אחד מהיקפי ההרשאות הבאים של OAuth:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
מידע נוסף זמין בOAuth 2.0 Overview.
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-02-27 (שעון UTC).
[null,null,["עדכון אחרון: 2025-02-27 (שעון UTC)."],[[["Lists all the exports associated with a specific matter within Google Vault."],["Allows for pagination to retrieve large sets of exports using `pageSize` and `pageToken`."],["Returns an empty request body and a response containing a list of exports and a `nextPageToken`."],["Requires specific OAuth scopes for authorization, such as `ediscovery.readonly` or `ediscovery`."],["Provides a structured JSON representation for the response data, including details about each export."]]],["This document details retrieving exports for a specified matter using a `GET` request to `https://vault.googleapis.com/v1/matters/{matterId}/exports`. Key actions include setting the `matterId` path parameter and optional `pageSize` and `pageToken` query parameters for pagination. The request body must be empty. The successful response contains a JSON object with an array of `exports` and a `nextPageToken` for further results. The operation requires specific authorization scopes, either `ediscovery.readonly` or `ediscovery`.\n"]]