{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Partners API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Partners", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieve a Specific Partner Record.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/partners/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of a partner record" } ] }, "docs": "Factset Retrieve a Specific Partner Record." }, { "info": { "name": "Factset Retrieve a Collection of Partner Records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/partners", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Limit the amount of records per page" }, { "name": "page", "value": "", "type": "query", "description": "Select which page to show" } ] }, "docs": "Factset Retrieve a Collection of Partner Records." }, { "info": { "name": "Factset Retrieve a Collection of Partner Records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/partners/search" }, "docs": "Factset Retrieve a Collection of Partner Records." } ] } ], "bundled": true }