{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Configurations API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Configurations", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Server Configuration.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/ServiceProviderConfig", "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Factset Get Server Configuration." }, { "info": { "name": "Factset Get Vault Configurations", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/vault/v3/configurations", "params": [ { "name": "account", "value": "", "type": "query", "description": "Required account query parameter to filter configurations for a specific account" } ] }, "docs": "This endpoint returns all the Vault configurations saved in the provided account." }, { "info": { "name": "Factset Get Vault Configuration by Id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/vault/v3/configurations/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "Vault configuration id to get the details of" } ] }, "docs": "This endpoint returns details for a Vault configuration as well as a list of accounts it is used in." } ] } ], "bundled": true }