{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Contact API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contact", "type": "folder" }, "items": [ { "info": { "name": "Factset Get All the Contact Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-custom-fields" }, "docs": "Factset Get All the Contact Custom Fields" }, { "info": { "name": "Factset Create a Contact Custom Field", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/contact-custom-fields", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Contact Custom Field" }, { "info": { "name": "Factset Get a Specific Contact Custom Field's Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-custom-fields/:contactCustomFieldId", "params": [ { "name": "contactCustomFieldId", "value": "", "type": "path", "description": "contactCustomFieldId to get associated record" } ] }, "docs": "Factset Get a Specific Contact Custom Field's Details" }, { "info": { "name": "Factset Edit a Contact Custom Field", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/contact-custom-fields/:contactCustomFieldId", "params": [ { "name": "contactCustomFieldId", "value": "", "type": "path", "description": "contactCustomFieldId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Contact Custom Field" }, { "info": { "name": "Factset Delete a Contact Custom Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/contact-custom-fields/:contactCustomFieldId", "params": [ { "name": "contactCustomFieldId", "value": "", "type": "path", "description": "contactCustomFieldId to delete associated record" } ] }, "docs": "Factset Delete a Contact Custom Field" }, { "info": { "name": "Factset Get List of the Contact Roles Configured in Your Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-roles" }, "docs": "Factset Get List of the Contact Roles Configured in Your Group" }, { "info": { "name": "Factset Create Contact Roles", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/contact-roles", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create Contact Roles" }, { "info": { "name": "Factset Get List of the Contact Types Configured in Your Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-types" }, "docs": "Factset Get List of the Contact Types Configured in Your Group" }, { "info": { "name": "Factset Create Contact Types", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/contact-types", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create Contact Types" }, { "info": { "name": "Factset Edit a Contact Role", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/contact-roles/:contactRoleId", "params": [ { "name": "contactRoleId", "value": "", "type": "path", "description": "contactRoleId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Contact Role" }, { "info": { "name": "Factset Delete a Contact Role", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/contact-roles/:contactRoleId", "params": [ { "name": "contactRoleId", "value": "", "type": "path", "description": "contactRoleId to delete associated record" } ] }, "docs": "Factset Delete a Contact Role" }, { "info": { "name": "Factset Edit a Contact Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/contact-types/:contactTypeId", "params": [ { "name": "contactTypeId", "value": "", "type": "path", "description": "contactTypeId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Contact Type" }, { "info": { "name": "Factset Delete a Contact Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/contact-types/:contactTypeId", "params": [ { "name": "contactTypeId", "value": "", "type": "path", "description": "contactTypeId to delete associated record" } ] }, "docs": "Factset Delete a Contact Type" }, { "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 }