{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Relationships API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Relationships", "type": "folder" }, "items": [ { "info": { "name": "Factset Get List of the Relationships Configured in Your Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/relationships", "params": [ { "name": "type", "value": "", "type": "query" } ] }, "docs": "Factset Get List of the Relationships Configured in Your Group" }, { "info": { "name": "Factset Create a Relationship Type", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/relationships", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Relationship Type" }, { "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 Relationship Category", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/relationship-categories/:relationshipCategoryId", "params": [ { "name": "relationshipCategoryId", "value": "", "type": "path", "description": "relationshipCategoryId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Relationship Category" }, { "info": { "name": "Factset Delete a Relationship Category", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/relationship-categories/:relationshipCategoryId", "params": [ { "name": "relationshipCategoryId", "value": "", "type": "path", "description": "relationshipCategoryId to delete associated record" } ] }, "docs": "Factset Delete a Relationship Category" }, { "info": { "name": "Factset Edit a Relationship Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/relationships/:relationshipId", "params": [ { "name": "relationshipId", "value": "", "type": "path", "description": "relationshipId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Relationship Type" }, { "info": { "name": "Factset Delete a Relationship Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/relationships/:relationshipId", "params": [ { "name": "relationshipId", "value": "", "type": "path", "description": "relationshipId to delete associated record" } ] }, "docs": "Factset Delete a Relationship Type" }, { "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" }, { "info": { "name": "Factset Get All the Relationships Where the Given Symbol or Contact Identifier Has Been Tagged in a Relationship", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-relationships", "params": [ { "name": "symbol", "value": "", "type": "query" }, { "name": "contactId", "value": "", "type": "query" }, { "name": "relationshipId", "value": "", "type": "query" } ] }, "docs": "Factset Get All the Relationships Where the Given Symbol or Contact Identifier Has Been Tagged in a Relationship" }, { "info": { "name": "Factset Create a Contact Relationship", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/contact-relationships", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Contact Relationship" }, { "info": { "name": "Factset Get Details on a Specific Contact Relationship", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-relationships/:contactRelationshipId", "params": [ { "name": "contactRelationshipId", "value": "", "type": "path", "description": "contactRelationshipId to get associated record" } ] }, "docs": "Factset Get Details on a Specific Contact Relationship" }, { "info": { "name": "Factset Update a Contact Relationship", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/contact-relationships/:contactRelationshipId", "params": [ { "name": "contactRelationshipId", "value": "", "type": "path", "description": "contactRelationshipId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Update a Contact Relationship" }, { "info": { "name": "Factset Delete a Contact Relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/contact-relationships/:contactRelationshipId", "params": [ { "name": "contactRelationshipId", "value": "", "type": "path", "description": "contactRelationshipId to delete associated record" } ] }, "docs": "Factset Delete a Contact Relationship" }, { "info": { "name": "Factset Returns a List of a Contacts Relationships", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts/:contactId/relationships", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId to get associated records" } ] }, "docs": "Factset Returns a List of a Contacts Relationships" }, { "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 }