{ "opencollection": "1.0.0", "info": { "name": "McGill University Dataverse (Borealis) - Native Dataverses API", "version": "v6.8.1-SP" }, "items": [ { "info": { "name": "Dataverses", "type": "folder" }, "items": [ { "info": { "name": "Get a Dataverse collection", "type": "http" }, "http": { "method": "GET", "url": "https://borealisdata.ca/api/dataverses/:identifier", "params": [ { "name": "identifier", "value": "", "type": "path" }, { "name": "returnChildCount", "value": "", "type": "query" }, { "name": "returnOwners", "value": "", "type": "query" } ] }, "docs": "Retrieve a Dataverse collection by its alias or id (e.g. 'mcgill' for the McGill University Dataverse)." }, { "info": { "name": "List the contents of a collection", "type": "http" }, "http": { "method": "GET", "url": "https://borealisdata.ca/api/dataverses/:identifier/contents", "params": [ { "name": "identifier", "value": "", "type": "path" } ] }, "docs": "List the child collections and datasets directly within a collection." } ] } ], "bundled": true }