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