{ "opencollection": "1.0.0", "info": { "name": "WorldCat Entity Data Bibliographic Resources Member Enabled Collections API", "version": "1.0.6" }, "items": [ { "info": { "name": "Member Enabled Collections", "type": "folder" }, "items": [ { "info": { "name": "Find member enabled collections in the WorldCat Knowledge base", "type": "http" }, "http": { "method": "GET", "url": "https://id.oclc.org/worldcat/rest/collections/search", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Format to return results in. application/xml or application/json" }, { "name": "q", "value": "Nature Publishing Group", "type": "query", "description": "Keyword query to search by" }, { "name": "title", "value": "", "type": "query", "description": "Search by title" }, { "name": "provider_uid", "value": "NPG", "type": "query", "description": "Identifier of the provider associated with the collection" }, { "name": "collection_uid", "value": "NPG.journals", "type": "query", "description": "Identifier of the collection" }, { "name": "search-type", "value": "atoz", "type": "query", "description": "Restrict to holdings held by Institutions in requested state" }, { "name": "startIndex", "value": "10", "type": "query", "description": "start position of the results to return (1 based), default 1" }, { "name": "itemsPerPage", "value": "50", "type": "query", "description": "maximum number of records to return, maximum 50, default 10" }, { "name": "orderBy", "value": "relevancy", "type": "query", "description": "Criteria for sorting the results. possible sorting criteria are title, relevancy, holdings, preference, issn, isbn, oclcnum" } ] }, "docs": "Given metadata find collections enabled by member library" }, { "info": { "name": "Read member enabled collections in the WorldCat Knowledge base by ID", "type": "http" }, "http": { "method": "GET", "url": "https://id.oclc.org/worldcat/rest/collections/:collection_uid", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Format to return results in. application/xml or application/json" }, { "name": "collection_uid", "value": "NPG.journals", "type": "path", "description": "Identifier of the collection" } ] }, "docs": "Given metadata find collections enabled by member library" } ] } ], "bundled": true }