{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Symbol Relationships API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Symbol Relationships", "type": "folder" }, "items": [ { "info": { "name": "Factset Returns a list of a symbol’s 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 symbol’s 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 }