Method: matters.exports.get
درخواست HTTP
GET https://vault.googleapis.com/v1/matters/{matterId}/exports/{exportId}
URL از دستور GRPC Transcoding استفاده می کند.
پارامترهای مسیر
پارامترها |
---|
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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده Oracle و/یا شرکتهای وابسته به آن است.
تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی.
[null,null,["تاریخ آخرین بهروزرسانی 2025-02-27 بهوقت ساعت هماهنگ جهانی."],[[["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"]]