{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Custom Symbol Custom Fields API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Custom Symbol Custom Fields", "type": "folder" }, "items": [ { "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" } ] } ], "bundled": true }