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

Download Open API Spec

ProjectFilesStatisticsRequest

org.sagebionetworks.repo.model.statistics.ProjectFilesStatisticsRequest

Request body for retrieving the statistics relative to files for a specific project. Allows to retrieve the monthly count of files downloaded and/or uploaded as well as the (unique) number of users that performed a download/upload for the past 12 months (excluding the current month). The response type for this request is ProjectFilesStatisticsResponse

Field Type Description
concreteType STRING The type identifying the concrete request
objectId STRING The id of the object for which this request is targeted on
fileDownloads BOOLEAN Specifies if the statistics about file downloads should be included in the response, defaults to true
fileUploads BOOLEAN Specifies if the statistics about file uploads should be included in the response, defaults to true