Skip to content

Commit

Permalink
Added: release notes for #9995
Browse files Browse the repository at this point in the history
  • Loading branch information
GPortas committed Oct 16, 2023
1 parent 794c5b6 commit 28cd109
Showing 1 changed file with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
Extended the getDownloadSize endpoint (/api/datasets/{id}/versions/{versionId}/files/downloadsize), including the following new features:

- The endpoint now accepts a new boolean optional query parameter "includeDeaccessioned", which, if enabled, causes the endpoint to consider deaccessioned dataset versions when searching for versions to obtain the file total download size.


- The endpoint now supports filtering by criteria. In particular, it accepts the following optional criteria query parameters:

- contentType
- accessStatus
- categoryName
- tabularTagName
- searchText

0 comments on commit 28cd109

Please sign in to comment.