{ "opencollection": "1.0.0", "info": { "name": "WorldCat Entity Data Bibliographic Resources Member Enabled Providers API", "version": "1.0.6" }, "items": [ { "info": { "name": "Member Enabled Providers", "type": "folder" }, "items": [ { "info": { "name": "Find member enabled providers in the WorldCat Knowledge base", "type": "http" }, "http": { "method": "GET", "url": "https://id.oclc.org/worldcat/rest/providers/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": "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 providers enabled by member library" }, { "info": { "name": "Read member enabled providers in the WorldCat Knowledge base by ID", "type": "http" }, "http": { "method": "GET", "url": "https://id.oclc.org/worldcat/rest/providers/:provider_ID", "params": [ { "name": "alt", "value": "", "type": "query", "description": "Format to return results in. application/xml or application/json" }, { "name": "provider_ID", "value": "NPG.journals", "type": "path", "description": "Identifier of the collection" } ] }, "docs": "Given metadata find providers enabled by member library" } ] } ], "bundled": true }