Method: matters.exports.get
Bir dışa aktarma işlemi alır.
HTTP isteği
GET https://vault.googleapis.com/v1/matters/{matterId}/exports/{exportId}
URL, gRPC Kod Dönüştürme söz dizimini kullanır.
Yol parametreleri
Parametreler |
matterId |
string
Konu kimliği.
|
exportId |
string
Dışa aktarma kimliği.
|
İstek içeriği
İstek metni boş olmalıdır.
Yanıt metni
Başarılıysa yanıt metni, Export
öğesinin bir örneğini içerir.
Yetkilendirme kapsamları
Aşağıdaki OAuth kapsamlarından birini gerektirir:
https://www.googleapis.com/auth/ediscovery.readonly
https://www.googleapis.com/auth/ediscovery
Daha fazla bilgi için OAuth 2.0 Overview sayfasına bakın.
Aksi belirtilmediği sürece bu sayfanın içeriği Creative Commons Atıf 4.0 Lisansı altında ve kod örnekleri Apache 2.0 Lisansı altında lisanslanmıştır. Ayrıntılı bilgi için Google Developers Site Politikaları'na göz atın. Java, Oracle ve/veya satış ortaklarının tescilli ticari markasıdır.
Son güncelleme tarihi: 2025-02-27 UTC.
[null,null,["Son güncelleme tarihi: 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"]]