{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Attributes API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Attributes", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieve a Collection of Attribute Records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of an attribute record" } ] }, "docs": "Factset Retrieve a Collection of Attribute Records." }, { "info": { "name": "Factset Retrieve a Collection of Attribute Records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes", "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 Attribute Records." }, { "info": { "name": "Factset Retrieve a Collection of Attribute Records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/attributes/search" }, "docs": "Factset Retrieve a Collection of Attribute Records." }, { "info": { "name": "Factset Retrieve a Specific Attributes Group Record.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/groups/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Globally unique identifier (GUID) of an Attributes Group record" } ] }, "docs": "Factset Retrieve a Specific Attributes Group Record." }, { "info": { "name": "Factset Retrieve a Collection of Attributes Group Records.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/groups", "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 Attributes Group Records." }, { "info": { "name": "Factset Retrieve a Collection of Attributes Group Records in Use.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/attributes/groups/used", "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 Attributes Group Records in Use." }, { "info": { "name": "Factset Retrieve a Collection of Attributes Group Records.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/ofs/v2/attributes/groups/search" }, "docs": "Factset Retrieve a Collection of Attributes Group Records." } ] } ], "bundled": true }