{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Custom API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Custom", "type": "folder" }, "items": [ { "info": { "name": "Factset Upload a Custom Document", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/upload-custom-document", "body": { "type": "multipart-form", "data": [ { "name": "file", "type": "text", "value": "" } ] } }, "docs": "Upload any thrid-party documents that need to be included in the final PDF. Once uploaded, the successful response will be a unique fileurl that can be used to add the files to the PDF output using the create-book endpoint. Supported files include Powerpoint, Word, RTF and PDF. The total size should not exceed 250MB and each file should not exceed 10MB." }, { "info": { "name": "Factset Check Out the Documents Uploaded Before to Use Them in Creating Books", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-upload-list" }, "docs": "Retrieves the list of documents uploaded before using the endpoint \"/upload-custom-document\". The documents uploaded are available for 30 days from the date of uploading." }, { "info": { "name": "Factset Get All the Contact Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-custom-fields" }, "docs": "Factset Get All the Contact Custom Fields" }, { "info": { "name": "Factset Create a Contact Custom Field", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/contact-custom-fields", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Contact Custom Field" }, { "info": { "name": "Factset Get a Specific Contact Custom Field's Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/contact-custom-fields/:contactCustomFieldId", "params": [ { "name": "contactCustomFieldId", "value": "", "type": "path", "description": "contactCustomFieldId to get associated record" } ] }, "docs": "Factset Get a Specific Contact Custom Field's Details" }, { "info": { "name": "Factset Edit a Contact Custom Field", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/contact-custom-fields/:contactCustomFieldId", "params": [ { "name": "contactCustomFieldId", "value": "", "type": "path", "description": "contactCustomFieldId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Contact Custom Field" }, { "info": { "name": "Factset Delete a Contact Custom Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/contact-custom-fields/:contactCustomFieldId", "params": [ { "name": "contactCustomFieldId", "value": "", "type": "path", "description": "contactCustomFieldId to delete associated record" } ] }, "docs": "Factset Delete a Contact Custom Field" }, { "info": { "name": "Factset Get All Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-fields", "headers": [ { "name": "X-IRN-Ignore-Permissions", "value": "" } ] }, "docs": "Factset Get All Custom Fields" }, { "info": { "name": "Factset Get All the Custom Symbol Custom Fields", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-custom-fields" }, "docs": "Factset Get All the Custom Symbol Custom Fields" }, { "info": { "name": "Factset Create a Custom Symbol Custom Field", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/custom-symbol-custom-fields", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create a Custom Symbol Custom Field" }, { "info": { "name": "Factset Get a Specific Custom Symbol Custom Field's Details", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/custom-symbol-custom-fields/:customSymbolCustomFieldId", "params": [ { "name": "customSymbolCustomFieldId", "value": "", "type": "path", "description": "customSymbolCustomFieldId to get associated record" } ] }, "docs": "Factset Get a Specific Custom Symbol Custom Field's Details" }, { "info": { "name": "Factset Edit a Custom Symbol Custom Field", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.factset.com/v1/custom-symbol-custom-fields/:customSymbolCustomFieldId", "params": [ { "name": "customSymbolCustomFieldId", "value": "", "type": "path", "description": "customSymbolCustomFieldId to update associated record" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Edit a Custom Symbol Custom Field" }, { "info": { "name": "Factset Delete a Custom Symbol Custom Field", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/v1/custom-symbol-custom-fields/:customSymbolCustomFieldId", "params": [ { "name": "customSymbolCustomFieldId", "value": "", "type": "path", "description": "customSymbolCustomFieldId to delete associated record" } ] }, "docs": "Factset Delete a Custom Symbol Custom Field" }, { "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": "{}" } } }, { "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 Symbols 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 Symbols 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 Symbols 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 Symbols Standard Field and Custom Field Data" } ] } ], "bundled": true }