{ "opencollection": "1.0.0", "info": { "name": "Pure data-set research-output API", "version": "5.34.1" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "research-output", "type": "folder" }, "items": [ { "info": { "name": "Lists all research outputs", "type": "http" }, "http": { "method": "GET", "url": "https://research-information.bris.ac.uk/ws/api/research-outputs", "params": [ { "name": "size", "value": "", "type": "query", "description": "Number of returned items per request." }, { "name": "offset", "value": "", "type": "query", "description": "The offset for the returned list. 0 or null value is from the start." }, { "name": "order", "value": "", "type": "query", "description": "The order of the list, must be a value from the matching /orderings endpoint." } ] }, "docs": "Lists all research outputs in the Pure instance. If you need to filter the research outputs returned, see the POST version which supports additional filtering." }, { "info": { "name": "Get research output", "type": "http" }, "http": { "method": "GET", "url": "https://research-information.bris.ac.uk/ws/api/research-outputs/:uuid", "params": [ { "name": "uuid", "value": "", "type": "path", "description": "UUID or known identifier of the content." } ] }, "docs": "Get a single research output by its UUID." } ] } ], "bundled": true }