{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Custom Symbol Types API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Custom Symbol Types", "type": "folder" }, "items": [ { "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": "UpdateCustomSymbolTypeOrder", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbol-types/reorder", "body": { "type": "json", "data": "{}" } } } ] } ], "bundled": true }