POST /statistics
Generic endpoint to retrieve statistics about objects. The user should have READ access on the object referenced by the objectId in the request. Currently supported requests:
- ProjectFilesStatisticsRequest: Used to retrieve the statistics about project files, response type: ProjectFilesStatisticsResponse
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/statistics
Resource Information | |
---|---|
Authentication | Required |
Required OAuth Scopes | view |
HTTP Method | POST |
Request Object | ObjectStatisticsRequest (application/json) |
Response Object | ObjectStatisticsResponse (application/json) |