{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Contact Relationships API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contact Relationships", "type": "folder" }, "items": [ { "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" } ] } ], "bundled": true }