{ "opencollection": "1.0.0", "info": { "name": "WorldCat Entity Data Bibliographic Resources Retrieve entity API", "version": "1.0.6" }, "items": [ { "info": { "name": "Retrieve entity", "type": "folder" }, "items": [ { "info": { "name": "Get an entity or entities by IDs", "type": "http" }, "http": { "method": "GET", "url": "https://id.oclc.org/worldcat/entity/:id", "headers": [ { "name": "Accept", "value": "" }, { "name": "If-None-Match", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "Singular Entity ID" } ], "auth": { "type": "oauth2", "flow": "client_credentials", "accessTokenUrl": "https://oauth.oclc.org/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "docs": "Given a known entity ID, or IDs of multiple entities in a comma-separated list, find information about the entity for each identifier provided" } ] } ], "bundled": true }