The Open API specification for Synapse is now available for download!

Download Open API Spec

BulkFileDownloadResponse

org.sagebionetworks.repo.model.file.BulkFileDownloadResponse

Response for a bulk file download.

Field Type Description
concreteType STRING
resultZipFileHandleId STRING The FileHandle.id of the resulting zip file. This zip file will contain all of the requested files that the caller was authorized to download.
fileSummary ARRAY<FileDownloadSummary> The summary of each requested file.
userId STRING The ID of the user that made this request.