Is there an API to download exported review set from Microsoft Purview.

Casepoint Developer 66 Reputation points
2023-10-11T07:46:58.85+00:00

Hi Team,

I am trying to download the export of review sets using API but not able to do so. I have called this API https://graph.microsoft.com/v1.0/security/cases/ediscoverycases('case-id')/operations('operation-id')

From this API I am getting zip file name and url to download but that URL doesn't work to download using httpClient Request.

I have check documentation but didn't get any API to download exported review sets.

Can you please suggest which API I can use to download the exported review sets.

(Edit) :)

I am now able to download zip file after export completes with below API. But If my export has multiple zip files then this API (https://graph.microsoft.com/v1.0/compliance/ediscovery/cases/{case-Id}/operations/{operation-Id}/microsoft.graph.ediscovery.caseExportOperation/getDownloadUrl) is returning only one zip file download URL. Is there any way to get download URL of all zip files.

Microsoft Purview
Microsoft Purview
A Microsoft data governance service that helps manage and govern on-premises, multicloud, and software-as-a-service data. Previously known as Azure Purview.
1,065 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. QuantumCache 20,261 Reputation points
    2023-10-12T17:44:24.16+00:00

    Hello @Casepoint Developer

    Did you check below link? I think they may help with initial query.
    User's image

    Did you try the methods listed on this document?

    ediscoveryReviewSet: export

    https://learn.microsoft.com/en-us/graph/api/resources/security-ediscoverycase?view=graph-rest-1.0#methods

    Get caseOperation