{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Data Sources API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Data Sources", "type": "folder" }, "items": [ { "info": { "name": "Factset Lists all datasources", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/data-sources", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "_sort", "value": "", "type": "query", "description": "The column to sort on. Append - to sort in descending order. If parameter is not given, no sorting will be done" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return. Default is 25" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip. Default is 0" } ] }, "docs": "List all datasources the user has permission to see" }, { "info": { "name": "Factset Gets a datasource", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/data-sources/:dataSourceCode", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "dataSourceCode", "value": "", "type": "path", "description": "The code of the datasource" } ] }, "docs": "Gets a datasource based on the code passed" }, { "info": { "name": "Factset Gets the data for the datasource", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/:tenant/data-sources/:dataSourceCode/data", "params": [ { "name": "tenant", "value": "", "type": "path", "description": "The code of the tenancy" }, { "name": "dataSourceCode", "value": "", "type": "path", "description": "The code of the datasource" }, { "name": "entityCodes", "value": "", "type": "query", "description": "A series of query parameter used to filter the data for a datasource. This represents the entities for the datasource. E.g.: entityCodes=ACCOUNT&entityCodes=FUNDS" }, { "name": "entityKeys", "value": "", "type": "query", "description": "A series of query parameter used to filter the data for a datasource. This is the entity key value for an entity selection. E.g.: entityKeys=1&entityKeys=Test2" }, { "name": "_paginationLimit", "value": "", "type": "query", "description": "Non-negative maximum number of entries to return. Default is 25" }, { "name": "_paginationOffset", "value": "", "type": "query", "description": "Non-negative number of entries to skip. Default is 0" } ] }, "docs": "Gets the data for the datasource. There are optional query parameters to filter the data" } ] } ], "bundled": true }