Method: matters.exports.get
בקשת HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/exports/{exportId}
כתובת ה-URL משתמשת בתחביר של Transcoding של gRPC.
פרמטרים של נתיב
פרמטרים |
matterId |
string
מזהה הפנייה.
|
exportId |
string
מזהה הייצוא.
|
גוף הבקשה
גוף הבקשה חייב להיות ריק.
גוף התשובה
אם הפעולה מצליחה, גוף התגובה מכיל מופע של Export
.
היקפי הרשאה
נדרש אחד מהיקפי ההרשאות הבאים של 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)."],[[["Retrieves a specific export within a given matter using the provided matter and export IDs."],["Requires an empty request body and returns an `Export` object upon successful retrieval."],["Needs authorization with either `ediscovery.readonly` or `ediscovery` OAuth scopes."],["Utilizes gRPC Transcoding for its URL structure and involves matterId and exportId as path parameters."]]],["This document outlines the process for retrieving an export using a GET request. The request URL structure includes `matterId` and `exportId` as path parameters. The HTTP request is directed to `https://vault.googleapis.com/v1/matters/{matterId}/exports/{exportId}`. The request body must be empty, and upon success, the response body will contain an `Export` instance. Authorization requires either the `https://www.googleapis.com/auth/ediscovery.readonly` or `https://www.googleapis.com/auth/ediscovery` OAuth scope.\n"]]