{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Contacts API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Contacts", "type": "folder" }, "items": [ { "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 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 Get List of All Contacts in Your Group Along With Some of Their Standard Field Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts", "params": [ { "name": "fullName", "value": "", "type": "query", "description": "Filter results on fullName" }, { "name": "emailAddress", "value": "", "type": "query", "description": "Filter results on emailAddress" }, { "name": "identifier", "value": "", "type": "query", "description": "Filter results on identifier" }, { "name": "employerName", "value": "", "type": "query", "description": "Filter results on employerName" }, { "name": "customFieldValues", "value": "", "type": "query", "description": "Includes custom field values in response if true" }, { "name": "search", "value": "", "type": "query", "description": "Filter results on the combination of fullName, emailAddress, identifier and employerName" }, { "name": "sort", "value": "", "type": "query" }, { "name": "includeLastMeetingDate", "value": "", "type": "query", "description": "If true, returns when they were last tagged as an attendee in an IRN meeting" }, { "name": "limit", "value": "", "type": "query", "description": "Restrict number of records returned" } ] }, "docs": "Factset Get List of All Contacts in Your Group Along With Some of Their Standard Field Data" }, { "info": { "name": "Factset Create a Contact", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/contacts", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Contact" }, { "info": { "name": "Factset Get All Custom Field and Standard Field Details on a Specific Contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts/:contactId", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId to get associated record" } ] }, "docs": "Factset Get All Custom Field and Standard Field Details on a Specific Contact" }, { "info": { "name": "Factset Edit a Contacts Standard Field and Custom Field Data", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/contacts/:contactId", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Contacts Standard Field and Custom Field Data" }, { "info": { "name": "Factset Delete a Contact", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/contacts/:contactId", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId to delete associated record" } ] }, "docs": "Factset Delete a Contact" }, { "info": { "name": "Factset Get the About Field Content for a Specific Contact", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts/:contactId/about", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId of associated record" } ] }, "docs": "Factset Get the About Field Content for a Specific Contact" }, { "info": { "name": "Factset Get a Contacts Audit History", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts/:contactId/events", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId to get associated records" } ] }, "docs": "Factset Get a Contacts Audit History" }, { "info": { "name": "Factset Get All Notes and Meetings Where a Specific Contact Was Tagged", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contacts/:contactId/records", "params": [ { "name": "contactId", "value": "", "type": "path", "description": "contactId to get associated records" } ] }, "docs": "Factset Get All Notes and Meetings Where a Specific Contact Was Tagged" }, { "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" } ] } ], "bundled": true }