{ "opencollection": "1.0.0", "info": { "name": "UBC Abacus Dataverse Access Pids API", "version": "5.9" }, "items": [ { "info": { "name": "Pids", "type": "folder" }, "items": [ { "info": { "name": "getPid", "type": "http" }, "http": { "method": "GET", "url": "https://abacus.library.ubc.ca/api/v1/pids", "params": [ { "name": "persistentId", "value": "", "type": "query" } ] } }, { "info": { "name": "getUnreserved", "type": "http" }, "http": { "method": "GET", "url": "https://abacus.library.ubc.ca/api/v1/pids/unreserved", "params": [ { "name": "persistentId", "value": "", "type": "query" } ] } }, { "info": { "name": "deletePid", "type": "http" }, "http": { "method": "DELETE", "url": "https://abacus.library.ubc.ca/api/v1/pids/:id/delete", "params": [ { "name": "id", "value": "", "type": "path" } ] } }, { "info": { "name": "reservePid", "type": "http" }, "http": { "method": "POST", "url": "https://abacus.library.ubc.ca/api/v1/pids/:id/reserve", "params": [ { "name": "id", "value": "", "type": "path" } ] } } ] } ], "bundled": true }