API Changelog
v6.1
New
/api/dataverses/{id}/datasetSchema: See Retrieve a Dataset JSON Schema for a Collection.
/api/dataverses/{id}/validateDatasetJson: See Validate Dataset JSON File for a Collection.
New
/api/admin/clearThumbnailFailureFlag: See Reset Thumbnail Failure Flags.
/api/admin/downloadTmpFile: See Download File from /tmp.
Changes
/api/datasets/{id}/versions/{versionId}/citation: This endpoint now accepts a new boolean optional query parameter “includeDeaccessioned”, which, if enabled, causes the endpoint to consider deaccessioned versions when searching for versions to obtain the citation. See Get Citation.
v6.0
Changes
/api/access/datafile: When a null or invalid API token is provided to download a public (non-restricted) file with this API call, it will result on a
401
error response. Previously, the download was allowed (200
response). Please note that we noticed this change sometime between 5.9 and 6.0. If you can help us pinpoint the exact version (or commit!), please get in touch. See Data Access API.