{ "opencollection": "1.0.0", "info": { "name": "UChile Research Data Repository (Dataverse API) Access Dataverses API", "version": "1.0.0" }, "items": [ { "info": { "name": "Dataverses", "type": "folder" }, "items": [ { "info": { "name": "addRoot", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses" } }, { "info": { "name": "viewDataverse", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "addDataverse", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteDataverse", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "publishDataverse", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/actions/:publish", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "listAssignments", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/assignments", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "createAssignment", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/assignments", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "query" } ] } }, { "info": { "name": "deleteAssignment", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/assignments/:id", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "listContent", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/contents", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "createDatasetFromJsonLd", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/datasets", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "importDataset", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/datasets/:import", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "pid", "value": "", "type": "query" }, { "name": "release", "value": "", "type": "query" } ] } }, { "info": { "name": "importDatasetDdi", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/datasets/:importddi", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "pid", "value": "", "type": "query" }, { "name": "release", "value": "", "type": "query" } ] } }, { "info": { "name": "recreateDataset", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/datasets/:startmigration", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "updateDefaultContributorRole", "type": "http" }, "http": { "method": "PUT", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/defaultContributorRole/:roleAlias", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "roleAlias", "value": "", "type": "path" } ] } }, { "info": { "name": "listFacets", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/facets", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "setFacets", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/facets", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "listGroups", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "key", "value": "", "type": "query" } ] } }, { "info": { "name": "createExplicitGroup", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "getGroupByOwnerAndAliasInOwner", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups/:aliasInOwner", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "aliasInOwner", "value": "", "type": "path" } ] } }, { "info": { "name": "updateGroup", "type": "http" }, "http": { "method": "PUT", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups/:aliasInOwner", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "aliasInOwner", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteGroup", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups/:aliasInOwner", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "aliasInOwner", "value": "", "type": "path" } ] } }, { "info": { "name": "addRoleAssingees", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups/:aliasInOwner/roleAssignees", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "aliasInOwner", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "addRoleAssingee", "type": "http" }, "http": { "method": "PUT", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups/:aliasInOwner/roleAssignees/:roleAssigneeIdentifier: .*", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "aliasInOwner", "value": "", "type": "path" }, { "name": "roleAssigneeIdentifier", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteRoleAssingee", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/groups/:aliasInOwner/roleAssignees/:roleAssigneeIdentifier: .*", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "aliasInOwner", "value": "", "type": "path" }, { "name": "roleAssigneeIdentifier", "value": "", "type": "path" } ] } }, { "info": { "name": "getGuestbookResponsesByDataverse", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/guestbookResponses", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "guestbookId", "value": "", "type": "query" } ] } }, { "info": { "name": "listLinks", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/links", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "listMetadataBlockFacets", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablockfacets", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "setMetadataBlockFacets", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablockfacets", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "updateMetadataBlockFacetsRoot", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablockfacets/isRoot", "params": [ { "name": "identifier", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "listMetadataBlocks", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablocks", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "setMetadataBlocks", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablocks", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "getMetadataRoot_legacy", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablocks/:isRoot", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "setMetadataRoot_legacy", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablocks/:isRoot", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "getMetadataRoot", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablocks/isRoot", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "setMetadataRoot", "type": "http" }, "http": { "method": "PUT", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/metadatablocks/isRoot", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "listRoles", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/roles", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "createRole", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/roles", "params": [ { "name": "identifier", "value": "", "type": "path" } ] } }, { "info": { "name": "getStorageSize", "type": "http" }, "http": { "method": "GET", "url": "https://datos.uchile.cl/api/v1/dataverses/:identifier/storagesize", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "includeCached", "value": "", "type": "query" } ] } }, { "info": { "name": "moveDataverse", "type": "http" }, "http": { "method": "POST", "url": "https://datos.uchile.cl/api/v1/dataverses/:id/move/:targetDataverseAlias", "params": [ { "name": "id", "value": "", "type": "path" }, { "name": "targetDataverseAlias", "value": "", "type": "path" }, { "name": "forceMove", "value": "", "type": "query" } ] } }, { "info": { "name": "linkDataverse", "type": "http" }, "http": { "method": "PUT", "url": "https://datos.uchile.cl/api/v1/dataverses/:linkedDataverseAlias/link/:linkingDataverseAlias", "params": [ { "name": "linkedDataverseAlias", "value": "", "type": "path" }, { "name": "linkingDataverseAlias", "value": "", "type": "path" } ] } }, { "info": { "name": "deleteDataverseLinkingDataverse", "type": "http" }, "http": { "method": "DELETE", "url": "https://datos.uchile.cl/api/v1/dataverses/:linkingDataverseId/deleteLink/:linkedDataverseId", "params": [ { "name": "linkingDataverseId", "value": "", "type": "path" }, { "name": "linkedDataverseId", "value": "", "type": "path" } ] } } ] } ], "bundled": true }