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