{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Custom Symbols API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Custom Symbols", "type": "folder" }, "items": [ { "info": { "name": "Factset Get list of all custom symbols in your group along with some of their standard field and custom fields data", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols", "params": [ { "name": "typeName", "value": "", "type": "query", "description": "filter custom symbols based on custom symbol type" }, { "name": "query", "value": "", "type": "query", "description": "filter custom symbols based on custom symbol code or name" }, { "name": "includeCustomFieldValues", "value": "", "type": "query", "description": "Whether or not to include customFieldValues" }, { "name": "excludeLinkedCustomSymbol", "value": "", "type": "query", "description": "Whether or not to exclude linked custom symbol" }, { "name": "includeEvent", "value": "", "type": "query", "description": "Whether or not to include event" } ] }, "docs": "Factset Get list of all custom symbols in your group along with some of their standard field and custom fields data" }, { "info": { "name": "Factset Create a custom symbol", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbols", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a custom symbol" }, { "info": { "name": "Factset Get all custom field and standard field details on a specific custom symbol", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId to get associated custom symbol" }, { "name": "includeEvent", "value": "", "type": "query", "description": "Whether or not to include event" } ] }, "docs": "Factset Get all custom field and standard field details on a specific custom symbol" }, { "info": { "name": "Factset Edit a custom symbol’s standard field and custom field data", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId to update associated custom symbol" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a custom symbol’s standard field and custom field data" }, { "info": { "name": "Factset Delete a custom symbol", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId to delete associated custom symbol" } ] }, "docs": "Factset Delete a custom symbol" }, { "info": { "name": "Factset Get all notes and meetings where a specific customSymbol was tagged as primary or related identifier", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId/records", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "CustomSymbolId to get associated records" } ] }, "docs": "Factset Get all notes and meetings where a specific customSymbol was tagged as primary or related identifier" }, { "info": { "name": "Factset Get all custom field and standard field details on a specific standard symbol", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbols/standard-symbol-metadata/:standardSymbol", "params": [ { "name": "standardSymbol", "value": "", "type": "path", "description": "Standard symbol to get associated customSymbolId" } ] }, "docs": "Factset Get all custom field and standard field details on a specific standard symbol" }, { "info": { "name": "Factset Link custom symbol to standard symbol", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbols/:customSymbolId/link-standard-symbol", "params": [ { "name": "customSymbolId", "value": "", "type": "path", "description": "customSymbolId associated with custom symbol" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Link custom symbol to standard symbol" }, { "info": { "name": "Factset Create standard symbol metadata", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbols/standard-symbol-metadata", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create standard symbol metadata" }, { "info": { "name": "Factset Edit a standard symbol’s standard field and custom field data", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/custom-symbols/standard-symbol-metadata/:standardSymbolId", "params": [ { "name": "standardSymbolId", "value": "", "type": "path", "description": "standardSymbolId to update associated standard symbol" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a standard symbol’s standard field and custom field data" } ] } ], "bundled": true }