You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/useCases.md
-23Lines changed: 0 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -807,29 +807,6 @@ The `version` parameter should be a string or a [DatasetNotNumberedVersion](../s
807
807
808
808
You cannot deaccession a dataset more than once. If you call this endpoint twice for the same dataset version, you will get a not found error on the second call, since the dataset you are looking for will no longer be published since it is already deaccessioned.
809
809
810
-
#### Get Download Count of a Dataset
811
-
812
-
Total number of downloads requested for a dataset, given a dataset numeric identifier,
The `datasetId` parameter is a number for numeric identifiers.
831
-
The `includeMDC` parameter is optional. If MDC is enabled the count will be limited to the time before MDC start if the optional `includeMDC` parameter is not included or set to False. Setting `includeMDC` to True will ignore the `:MDCStartDate` setting and return a total count.
0 commit comments