{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Types API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Types", "type": "folder" }, "items": [ { "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 Get All the Custom Symbol Types", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-types" }, "docs": "Factset Get All the Custom Symbol Types" }, { "info": { "name": "Factset Create a Custom Symbol Type", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbol-types", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Custom Symbol Type" }, { "info": { "name": "Factset Get a Specific Custom Symbol Type's Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to get associated record" } ] }, "docs": "Factset Get a Specific Custom Symbol Type's Details" }, { "info": { "name": "Factset Edit a Custom Symbol Type", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Custom Symbol Type" }, { "info": { "name": "Factset Delete a Custom Symbol Type", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to delete associated record" } ] }, "docs": "Factset Delete a Custom Symbol Type" }, { "info": { "name": "Factset Get Custom Fields for Custom Symbol Type", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-types/:customSymbolTypeId/custom-fields", "params": [ { "name": "customSymbolTypeId", "value": "", "type": "path", "description": "customSymbolTypeId to get associated Custom fileds" } ] }, "docs": "Factset Get Custom Fields for Custom Symbol Type" }, { "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": "UpdateCustomSymbolTypeOrder", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbol-types/reorder", "body": { "type": "json", "data": "{}" } } }, { "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 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" }, { "info": { "name": "Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products Per Type.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ofs/v2/products/types" }, "docs": "Factset Retrieve a Collection of the Available Product Types Along With the Number of Published Products Per Type." }, { "info": { "name": "Factset Get Default Unlinked Pa Template Types.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/unlinked-templates/template-types" }, "docs": "This endpoint fetches default unlinked PA template types." }, { "info": { "name": "Factset Get Unlinked Pa Template Type Details by Id.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/unlinked-templates/template-types/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Unique identifier for an unlinked PA template type" } ] }, "docs": "This endpoint fetches the unlinked PA template type details." } ] } ], "bundled": true }