{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Numbers API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Numbers", "type": "folder" }, "items": [ { "info": { "name": "Factset Get List of the Phone Types Configured in Your Group", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/phone-number-types" }, "docs": "Factset Get List of the Phone Types Configured in Your Group" }, { "info": { "name": "Factset Create a Phone Type", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/phone-number-types", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Phone Type" }, { "info": { "name": "Factset Edit a Phone Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/phone-number-types/:phoneNumberTypeId", "params": [ { "name": "phoneNumberTypeId", "value": "", "type": "path", "description": "phoneNumberTypeId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Phone Type" }, { "info": { "name": "Factset Delete a Phone Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/phone-number-types/:phoneNumberTypeId", "params": [ { "name": "phoneNumberTypeId", "value": "", "type": "path", "description": "phoneNumberTypeId for deleting associated record" } ] }, "docs": "Factset Delete a Phone Type" } ] } ], "bundled": true }