{ "opencollection": "1.0.0", "info": { "name": "Dataverse Access Datasets API", "version": "v6.8.1-SP" }, "items": [ { "info": { "name": "Datasets", "type": "folder" }, "items": [ { "info": { "name": "Datasets_getDatasetTypes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/datasetTypes" } }, { "info": { "name": "Datasets_addDatasetType", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/datasetTypes" } }, { "info": { "name": "Datasets_getDatasetTypes", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/datasetTypes/:idOrName", "params": [ { "name": "idOrName", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_updateDatasetTypeLinksWithMetadataBlocks", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/datasetTypes/:idOrName", "params": [ { "name": "idOrName", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_updateDatasetTypeWithLicenses", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/datasetTypes/:idOrName/licenses", "params": [ { "name": "idOrName", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_deleteDatasetType", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/datasetTypes/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_exportDataset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/export", "params": [ { "name": "exporter", "value": "", "type": "query" }, { "name": "persistentId", "value": "", "type": "query" }, { "name": "version", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getCurationStates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/listCurationStates", "params": [ { "name": "includeHistory", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_listLocks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/locks", "params": [ { "name": "type", "value": "", "type": "query" }, { "name": "userIdentifier", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_updateDatasetTargetURLAll", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/modifyRegistrationAll" } }, { "info": { "name": "Datasets_updateDatasetPIDMetadataAll", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/modifyRegistrationPIDMetadataAll" } }, { "info": { "name": "Datasets_completeMPUpload", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/mpupload", "params": [ { "name": "globalid", "value": "", "type": "query" }, { "name": "storageidentifier", "value": "", "type": "query" }, { "name": "uploadid", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_abortMPUpload", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/mpupload", "params": [ { "name": "globalid", "value": "", "type": "query" }, { "name": "storageidentifier", "value": "", "type": "query" }, { "name": "uploadid", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getPreviewUrlDatasetVersion", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/previewUrlDatasetVersion/:previewUrlToken", "params": [ { "name": "previewUrlToken", "value": "", "type": "path" }, { "name": "returnOwners", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getPreviewUrlDatasetVersionCitation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/previewUrlDatasetVersion/:previewUrlToken/citation", "params": [ { "name": "previewUrlToken", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getPrivateUrlDatasetVersion", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/privateUrlDatasetVersion/:privateUrlToken", "params": [ { "name": "privateUrlToken", "value": "", "type": "path" }, { "name": "returnOwners", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getPrivateUrlDatasetVersionCitation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/privateUrlDatasetVersion/:privateUrlToken/citation", "params": [ { "name": "privateUrlToken", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getDatasetSummaryFieldNames", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/summaryFieldNames" } }, { "info": { "name": "Datasets_deleteDatasetLinkingDataverse", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:datasetId/deleteLink/:linkedDataverseId", "params": [ { "name": "datasetId", "value": "", "type": "path" }, { "name": "linkedDataverseId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getAllowedCurationLabels", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/allowedCurationLabels", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getAssignments", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/assignments", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_createAssignment", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:identifier/assignments", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_deleteAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:identifier/assignments/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getCurationLabelSet", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/curationLabelSet", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_setCurationLabelSet", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:identifier/curationLabelSet", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "name", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_resetCurationLabelSet", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:identifier/curationLabelSet", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_receiveChecksumValidationResults", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:identifier/dataCaptureModule/checksumValidation", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getRsync", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/dataCaptureModule/rsync", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getGuestbookEntryOption", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/guestbookEntryAtRequest", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_setguestbookEntryAtRequest", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:identifier/guestbookEntryAtRequest", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_resetGuestbookEntryAtRequest", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:identifier/guestbookEntryAtRequest", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_lockDataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:identifier/lock/:type", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getLocksForDataset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/locks", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_deleteLocks", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:identifier/locks", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getPidGenerator", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/pidGenerator", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_setPidGenerator", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:identifier/pidGenerator", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_resetPidGenerator", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:identifier/pidGenerator", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_reconcilePid", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:identifier/pidReconcile", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getFileStore", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/storageDriver", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_setFileStore", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:identifier/storageDriver", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_resetFileStore", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:identifier/storageDriver", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getStorageSize", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/storagesize", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "includeCached", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getTimestamps", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/timestamps", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getDownloadSize", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:identifier/versions/:versionId/downloadsize", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "accessStatus", "value": "", "type": "query" }, { "name": "categoryName", "value": "", "type": "query" }, { "name": "contentType", "value": "", "type": "query" }, { "name": "includeDeaccessioned", "value": "", "type": "query" }, { "name": "mode", "value": "", "type": "query" }, { "name": "searchText", "value": "", "type": "query" }, { "name": "tabularTagName", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getDataset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "returnOwners", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_deleteDataset", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_publishDataseUsingGetDeprecated", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/actions/:publish", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_publishDataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/actions/:publish", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "assureIsIndexed", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_publishMigratedDataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/actions/:releasemigrated", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "updatepidatprovider", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_getAvailableFileCategories", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/availableFileCategories", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_setCitationDate", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/citationdate", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_useDefaultCitationDate", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/citationdate", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_cleanStorage", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/cleanStorage", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "dryrun", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getCurationStatus", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/curationStatus", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "includeHistory", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_setCurationStatus", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/curationStatus", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "label", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_deleteCurationStatus", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/curationStatus", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_deleteDatasetFiles", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/deleteFiles", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_deleteVersionMetadata", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/deleteMetadata", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_destroyDataset", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/destroy", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getFileAccessFolderView", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/dirindex", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "folder", "value": "", "type": "query" }, { "name": "original", "value": "", "type": "query" }, { "name": "version", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getDownloadCountByDatasetId", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/download/count", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "includeMDC", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_editVersionMetadata", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/editMetadata", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "replace", "value": "", "type": "query" }, { "name": "sourceLastUpdateTime", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getDatasetExternalToolUrl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/externalTool/:tid/toolUrl", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "tid", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_createFileEmbargo", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/files/actions/:set-embargo", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_createFileRetention", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/files/actions/:set-retention", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_removeFileEmbargo", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/files/actions/:unset-embargo", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_removeFileRetention", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/files/actions/:unset-retention", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_updateMultipleFileMetadata", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/files/metadata", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_deleteDatasetFilesLimits", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/files/uploadlimit", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_updateDatasetFilesLimits", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/files/uploadlimit/:limit", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "limit", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getGlobusDownloadParams", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/globusDownloadParameters", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "downloadId", "value": "", "type": "query" }, { "name": "locale", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getGlobusUploadParams", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/globusUploadParameters", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "locale", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getLinks", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/links", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getDatasetLogo", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/logo", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getMakeDataCountCitations", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/makeDataCount/citations", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getMakeDataCountMetricCurrentMonth", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/makeDataCount/:metric", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "metric", "value": "", "type": "path" }, { "name": "country", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getMakeDataCountMetric", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/makeDataCount/:metric/:yyyymm", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "metric", "value": "", "type": "path" }, { "name": "yyyymm", "value": "", "type": "path" }, { "name": "country", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getJsonLDMetadata", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/metadata", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_updateVersionMetadata", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/metadata", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "replace", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_deleteMetadata", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/metadata/delete", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_updateDatasetTargetURL", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/modifyRegistration", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_updateDatasetPIDMetadata", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/modifyRegistrationMetadata", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_monitorGlobusDownload", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/monitorGlobusDownload", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_moveDataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/move/:targetDataverseAlias", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "targetDataverseAlias", "value": "", "type": "path" }, { "name": "forceMove", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getPreviewUrlData", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/previewUrl", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_createPreviewUrl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/previewUrl", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "anonymizedAccess", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_deletePreviewUrl", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/previewUrl", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getPrivateUrlData", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/privateUrl", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_createPrivateUrl", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/privateUrl", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "anonymizedAccess", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_deletePrivateUrl", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/privateUrl", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_requestGlobusDownload", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/requestGlobusDownload", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "downloadId", "value": "", "type": "query" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_requestGlobusUpload", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/requestGlobusUploadPaths", "params": [ { "name": "id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_returnToAuthor", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/returnToAuthor", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_submitForReview", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/submitForReview", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getDatasetThumbnail", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/thumbnail", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_removeDatasetLogo", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/thumbnail", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getDatasetThumbnailCandidates", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/thumbnail/candidates", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_setDataFileAsThumbnail", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/thumbnail/:dataFileId", "params": [ { "name": "dataFileId", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getMPUploadUrls", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/uploadurls", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "size", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getUserPermissionsOnDataset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/userPermissions", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_listVersions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "excludeFiles", "value": "", "type": "query" }, { "name": "excludeMetadataBlocks", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getCompareVersionsSummary", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/compareSummary", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getCompareVersions", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId1/compare/:versionId2", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId1", "value": "", "type": "path" }, { "name": "versionId2", "value": "", "type": "path" }, { "name": "includeDeaccessioned", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getVersion", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "excludeFiles", "value": "", "type": "query" }, { "name": "excludeMetadataBlocks", "value": "", "type": "query" }, { "name": "includeDeaccessioned", "value": "", "type": "query" }, { "name": "returnOwners", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_updateDraftVersion", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/versions/:versionId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_deleteDraftVersion", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/versions/:versionId", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getCanDownloadAtLeastOneFile", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/canDownloadAtLeastOneFile", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "includeDeaccessioned", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getDatasetVersionInternalCitation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/citation", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "includeDeaccessioned", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getDatasetVersionCitation", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/citation/:format", "params": [ { "name": "format", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "includeDeaccessioned", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getCustomTermsTab", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/customlicense", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_deaccessionDataset", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/deaccession", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getVersionFiles", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/files", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "accessStatus", "value": "", "type": "query" }, { "name": "categoryName", "value": "", "type": "query" }, { "name": "contentType", "value": "", "type": "query" }, { "name": "includeDeaccessioned", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" }, { "name": "orderCriteria", "value": "", "type": "query" }, { "name": "searchText", "value": "", "type": "query" }, { "name": "tabularTagName", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getVersionFileCounts", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/files/counts", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" }, { "name": "accessStatus", "value": "", "type": "query" }, { "name": "categoryName", "value": "", "type": "query" }, { "name": "contentType", "value": "", "type": "query" }, { "name": "includeDeaccessioned", "value": "", "type": "query" }, { "name": "searchText", "value": "", "type": "query" }, { "name": "tabularTagName", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getLinkset", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/linkset", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getVersionJsonLDMetadata", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/metadata", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getVersionCreationNote", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/versionNote", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_addVersionNote", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/versionNote", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_deleteVersionNote", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/versions/:versionId/versionNote", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "versionId", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getVersionMetadataBlock", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:versionNumber/metadata/:block", "params": [ { "name": "block", "value": "", "type": "path" }, { "name": "id", "value": "", "type": "path" }, { "name": "versionNumber", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_getExternalToolDVParams", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/versions/:version/toolparams/:tid", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "tid", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" }, { "name": "locale", "value": "", "type": "query" } ] } }, { "info": { "name": "Datasets_getDatasetVersionArchivalStatus", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/datasets/:id/:version/archivalStatus", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_setDatasetVersionArchivalStatus", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:id/:version/archivalStatus", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "Datasets_deleteDatasetVersionArchivalStatus", "type": "http" }, "http": { "method": "DELETE", "url": "{{baseUrl}}/datasets/:id/:version/archivalStatus", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "version", "value": "", "type": "path" } ] } }, { "info": { "name": "Datasets_linkDataset", "type": "http" }, "http": { "method": "PUT", "url": "{{baseUrl}}/datasets/:linkedDatasetId/link/:linkingDataverseAlias", "params": [ { "name": "linkedDatasetId", "value": "", "type": "path" }, { "name": "linkingDataverseAlias", "value": "", "type": "path" } ] } } ] } ], "bundled": true }