{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Agents API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Agents", "type": "folder" }, "items": [ { "info": { "name": "Factset Return Agents Items for a Fixed Income Security.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/factset-terms-and-conditions/v1/agents", "params": [ { "name": "ids", "value": "30231GBJ,88579EAA", "type": "query", "description": "List of Fixed Income Security identifiers. Supported symbol types include CUSIP, SEDOL, ISIN, and FactSet Security Permanent Identifier (-S).\n\n**ID LIMIT = 250** *per request*.\n" } ] }, "docs": "Returns Agents data items for the Fixed Income security.\n" }, { "info": { "name": "Factset Return Agents Items for a List of Fixed Income Securities.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/factset-terms-and-conditions/v1/agents", "body": { "type": "json", "data": "{}" } }, "docs": "Returns Agents data items for a list of Fixed Income securities.\n" } ] } ], "bundled": true }