{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Securities API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Securities", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Existing Securities", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/security-modeling/v3/securities/retrieve", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint gets all existing securities." }, { "info": { "name": "Factset Create or Update Securities", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/security-modeling/v3/securities/upsert", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint is to create or update existing securities." }, { "info": { "name": "Factset Delete Existing Securities", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/analytics/security-modeling/v3/securities/delete", "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint deletes existing securities." } ] } ], "bundled": true }