{ "opencollection": "1.0.0", "info": { "name": "USPTO Bulk Data Storage System (BDSS) Appeals Assignments API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Assignments", "type": "folder" }, "items": [ { "info": { "name": "Get Patent Assignments", "type": "http" }, "http": { "method": "GET", "url": "https://api.uspto.gov/api/v1/patent/applications/:applicationNumberText/assignment", "params": [ { "name": "applicationNumberText", "value": "", "type": "path" } ] }, "docs": "Get Patent Assignments" } ] } ], "bundled": true }