{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Symbol API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Symbol", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns a List of a Symbols Relationships", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/symbol-relationships/:symbolId/relationships", "params": [ { "name": "symbolId", "value": "", "type": "path", "description": "symbolId to get associated records" } ] }, "docs": "Factset Returns a List of a Symbols Relationships" }, { "info": { "name": "Factset Get Details on a Specific Symbol Relationship", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/symbol-relationships/:symbolRelationshipId", "params": [ { "name": "symbolRelationshipId", "value": "", "type": "path", "description": "symbolRelationshipId to get associated record" } ] }, "docs": "Factset Get Details on a Specific Symbol Relationship" }, { "info": { "name": "Factset Delete a Symbol Relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/symbol-relationships/:symbolRelationshipId", "params": [ { "name": "symbolRelationshipId", "value": "", "type": "path", "description": "symbolRelationshipId to delete associated record" } ] }, "docs": "Factset Delete a Symbol Relationship" }, { "info": { "name": "Factset Create a Symbol Relationship", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/symbol-relationships", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Symbol Relationship" }, { "info": { "name": "Factset Edit a Symbol Relationship", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/symbol-relationships/:symbol", "params": [ { "name": "symbol", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Symbol Relationship" } ] } ], "bundled": true }