{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Background API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Background", "type": "folder" }, "items": [ { "info": { "name": "Factset List of Background Text Types.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/basic/backgroundText/type/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of background text types." }, { "info": { "name": "Factset Background Texts of an Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/backgroundText/list", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Background texts of an instrument." }, { "info": { "name": "Factset List of Background Text Types for Instruments.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/instrument/backgroundText/type/list", "body": { "type": "json", "data": "{}" } }, "docs": "List of background text types for instruments." }, { "info": { "name": "Factset Role-specific Background Texts of Legal Entities Related to an Instrument.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/instrument/legalEntity/backgroundText/list", "params": [ { "name": "identifier", "value": "", "type": "query" }, { "name": "identifierType", "value": "", "type": "query" }, { "name": "_attributes", "value": "", "type": "query", "description": "Limit the attributes returned in the response to the specified set." }, { "name": "_language", "value": "", "type": "query" } ] }, "docs": "Role-specific background texts of legal entities related to an instrument." } ] } ], "bundled": true }