{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Symbols Relationships API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Symbols Relationships", "type": "folder" }, "items": [ { "info": { "name": "Factset Get all the Symbols Relationships", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/symbols-relationships" }, "docs": "Factset Get all the Symbols Relationships" }, { "info": { "name": "Factset Create a symbol relationship", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/symbols-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/symbols-relationships/:symbolsRelationshipId", "params": [ { "name": "symbolsRelationshipId", "value": "", "type": "path", "description": "symbolsRelationshipId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a symbol relationship" }, { "info": { "name": "Factset Delete a symbol relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/symbols-relationships/:symbolsRelationshipId", "params": [ { "name": "symbolsRelationshipId", "value": "", "type": "path", "description": "symbolsRelationshipId to delete associated record" } ] }, "docs": "Factset Delete a symbol relationship" } ] } ], "bundled": true }