caseExportOperation: getDownloadUrlcaseExportOperation: getDownloadUrl
Namespace: microsoft.graph.ediscoveryNamespace: microsoft.graph.ediscovery
Importante
As APIs sob /beta
a versão do Microsoft Graph estão sujeitas a alterações.APIs under the /beta
version in Microsoft Graph are subject to change. Não há suporte para o uso dessas APIs em aplicativos de produção.Use of these APIs in production applications is not supported. Para determinar se uma API está disponível na versão 1.0, use o seletor de versão.To determine whether an API is available in v1.0, use the Version selector.
Retorna a URL de download de uma exportação quando a exportação estiver pronta.Returns the download URL for an export when the export is ready.
PermissõesPermissions
Uma das seguintes permissões é obrigatória para chamar esta API. Para saber mais, incluindo como escolher permissões, confira Permissões.One of the following permissions is required to call this API. To learn more, including how to choose permissions, see Permissions.
Tipo de permissãoPermission type | Permissões (da com menos para a com mais privilégios)Permissions (from least to most privileged) |
---|---|
Delegado (conta corporativa ou de estudante)Delegated (work or school account) | eDiscovery.Read.All, eDiscovery.ReadWrite.AlleDiscovery.Read.All, eDiscovery.ReadWrite.All |
Delegado (conta pessoal da Microsoft)Delegated (personal Microsoft account) | Sem suporte.Not supported. |
AplicativoApplication | Sem suporte.Not supported. |
Solicitação HTTPHTTP request
GET /compliance/ediscovery/cases/{caseId}/operations/{operationId}/microsoft.graph.ediscovery.caseExportOperation/getDownloadUrl
Cabeçalhos de solicitaçãoRequest headers
NomeName | DescriçãoDescription |
---|---|
AutorizaçãoAuthorization | {token} de portador. Obrigatório.Bearer {token}. Required. |
Corpo da solicitaçãoRequest body
Não forneça um corpo de solicitação para esse método.Do not supply a request body for this method.
RespostaResponse
Se tiver êxito, essa função retornará 200 OK
um código de resposta e um String no corpo da resposta.If successful, this function returns a 200 OK
response code and a String in the response body. O campo valor representa a URL de download de onde a exportação pode ser recuperada.The value field represents the download URL from where the export can be retrieved.
ExemplosExamples
SolicitaçãoRequest
GET https://graph.microsoft.com/beta/compliance/ediscovery/cases/99e865fc-e29f-479a-ba83-9e58eb017103/operations/63926d4779c243458902328d83f61f53/microsoft.graph.ediscovery.caseExportOperation/getDownloadUrl
RespostaResponse
Observação: o objeto de resposta mostrado aqui pode ser encurtado para legibilidade.Note: The response object shown here might be shortened for readability.
HTTP/1.1 200 OK
Content-Type: application/json
{
"@odata.context": "https://graph.microsoft.com/beta/$metadata#Edm.String",
"value": "https://nam01pkgg0052.blob.edproxy.nam01.ediscovery.outlook.com/packaging0041e27c6c924a48befe348d34066c25/d0b6d2a7-5fc5-44f0-9bca-6b9d34a9410b.zip?sv=2018-03-28&sr=c&sig=TRFQNUGFtuVO7zd39oNJjzcQYJus2TXY%2B50aed4pJJM%3D&se=2020-12-28T23%3A06%3A26Z&sp=racwdl"
}