{ "opencollection": "1.0.0", "info": { "name": "Discovery bitstreams Content Item API", "version": "1.0.2" }, "request": { "auth": { "type": "apikey", "key": "apikey", "value": "{{apikey}}", "placement": "query" } }, "items": [ { "info": { "name": "Content Item", "type": "folder" }, "items": [ { "info": { "name": "Get content-item by id", "type": "http" }, "http": { "method": "GET", "url": "https://api.library.ethz.ch/discovery/v1/content-items/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Get content-item by id" }, { "info": { "name": "Get excerpt of all content-items", "type": "http" }, "http": { "method": "GET", "url": "https://api.library.ethz.ch/discovery/v1/content-items", "params": [ { "name": "pageSize", "value": "", "type": "query" }, { "name": "pageNr", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" }, { "name": "sort", "value": "", "type": "query" }, { "name": "type", "value": "", "type": "query" }, { "name": "details", "value": "", "type": "query" } ] }, "docs": "Get excerpt of all content-items" } ] } ], "bundled": true }