{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Views API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Views", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieve Streetaccount Headlines for Given View", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/streetaccount/views/:id/headlines", "params": [ { "name": "id", "value": "SA News View", "type": "path", "description": "view id of the view to return headlines for" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows you to pull all headlines produced by StreetAccount for a saved view. The full story body will be returned by the data set. Views can be created via the Create Views endpoint." }, { "info": { "name": "Factset Retrieves Streetaccount Search Views", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/streetaccount/views" }, "docs": "This endpoint allows you to pull the full list of StreetAccount views that have been previously saved." }, { "info": { "name": "Factset Creates and Saves a Streetaccount View", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/streetaccount/views/:id", "params": [ { "name": "id", "value": "SA News View", "type": "path", "description": "view id of the view which is the be created" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows you to create a new StreetAccount view. Select watchlists/tickers and filters of your choice to create and save a view." }, { "info": { "name": "Factset Edits and Saves an Existing Streetaccount View", "type": "http" }, "http": { "method": "PUT", "url": "https://api.factset.com/streetaccount/views/:id", "params": [ { "name": "id", "value": "SA News View", "type": "path", "description": "view id of the view to be edited" } ], "body": { "type": "json", "data": "{}" } }, "docs": "This endpoint allows you to edit the criteria used for a previously saved StreetAccount view." }, { "info": { "name": "Factset Deletes an Existing Streetaccount View", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.factset.com/streetaccount/views/:id", "params": [ { "name": "id", "value": "SA News View", "type": "path", "description": "view id of the view to be deleted" } ] }, "docs": "This endpoint allows you to delete a previously saved StreetAccount view." } ] } ], "bundled": true }