{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Models API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Models", "type": "folder" }, "items": [ { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data" }, { "info": { "name": "Factset Create or Update an Existing Model Account", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/analytics/accounts/v3/models/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the model account to create or update" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Factset Create or Update an Existing Model Account" }, { "info": { "name": "Factset Delete Model Account, Takes an Account Path and Name and Deletes It.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/analytics/accounts/v3/models/:name", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of model account to delete" } ] }, "docs": "Factset Delete Model Account, Takes an Account Path and Name and Deletes It." }, { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name, Symbol and Returns Underlying Data for That Symbol", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/symbols/:symbol", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "symbol", "value": "", "type": "path", "description": "The symbol for which data needs to be updated" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name, Symbol and Returns Underlying Data for That Symbol" }, { "info": { "name": "Factset Delete All Entries for a Symbol or Specific Date Entries for a Symbol From a Previously Created Account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/symbols/:symbol", "params": [ { "name": "name", "value": "", "type": "path", "description": "The filename of model account to delete" }, { "name": "symbol", "value": "", "type": "path", "description": "The symbol from the given file name to delete" }, { "name": "dates", "value": "", "type": "query", "description": "The dates from the given file name and symbol to delete (Maximum 10 dates are allowed)" } ] }, "docs": "Factset Delete All Entries for a Symbol or Specific Date Entries for a Symbol From a Previously Created Account." }, { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name, Date and Returns Underlying Data for That Date", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/dates/:date", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "date", "value": "", "type": "path", "description": "The date for which data needs to be updated" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name, Date and Returns Underlying Data for That Date" }, { "info": { "name": "Factset Delete All Entries for a Date or Specific Symbol Entries for a Date From a Previously Created Account.", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/dates/:date", "params": [ { "name": "name", "value": "", "type": "path", "description": "The filename of model account to delete" }, { "name": "date", "value": "", "type": "path", "description": "The date from the given file name to delete" }, { "name": "symbols", "value": "", "type": "query", "description": "The symbols from the given file name and date to delete (Maximum 10 symbols are allowed)" } ] }, "docs": "Factset Delete All Entries for a Date or Specific Symbol Entries for a Date From a Previously Created Account." }, { "info": { "name": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/dates/:date/symbols/:symbol", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get" }, { "name": "symbol", "value": "", "type": "path", "description": "The symbol for which data needs to be updated" }, { "name": "date", "value": "", "type": "path", "description": "The date for which data needs to be updated" }, { "name": "format", "value": "", "type": "query", "description": "Optional format for the response, supported formats are JsonStach and AccountModel" } ] }, "docs": "Factset Get Account Endpoint, Takes an Account Name and Returns Underlying Data" }, { "info": { "name": "Factset Get Account Schema Endpoint, Takes an Account Name and Returns Its Schema", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/accounts/v3/models/:name/schema", "params": [ { "name": "name", "value": "", "type": "path", "description": "The path and filename of the account to get its schema" } ] }, "docs": "Factset Get Account Schema Endpoint, Takes an Account Name and Returns Its Schema" } ] } ], "bundled": true }