Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 510 Bytes

File metadata and controls

23 lines (17 loc) · 510 Bytes
description Automatically generated file. DO NOT MODIFY
const options = {
	authProvider,
};

const client = Client.init(options);

const _export = {
    outputName: 'Export via API',
    description: 'Export for the Contoso investigation',
    exportOptions: 'originalFiles,tags',
    exportStructure: 'directory'
};

await client.api('/security/cases/ediscoveryCases/58399dff-cebe-478f-b1af-d3227f1fd645/reviewSets/273f11a1-17aa-419c-981d-ff10d33e420f/export')
	.post(_export);