{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Sources API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Sources", "type": "folder" }, "items": [ { "info": { "name": "Factset Get a List of Sources Where the Specified Data Item Can Be Found, for Each Delivery Method, Filtered to the Appearances of the Given Data Item Within the Specified Product.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/navigator/sources/:DataItem_id", "params": [ { "name": "DataItem_id", "value": "", "type": "path", "description": "The id for the DataItem to fetch the sources for." }, { "name": "Product_id", "value": "", "type": "query", "description": "The id for the Product to filter down the sources returned on." } ] }, "docs": "Factset Get a List of Sources Where the Specified Data Item Can Be Found, for Each Delivery Method, Filtered to the Appearances of the Given Data Item Within the Specified Product." }, { "info": { "name": "Factset Get a List of Sources by Delivery Method for the Given Product_id", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/navigator/sources", "params": [ { "name": "Product_id", "value": "", "type": "query", "description": "The id for the Product to filter down the sources returned on." } ] }, "docs": "Factset Get a List of Sources by Delivery Method for the Given Product_id" }, { "info": { "name": "Factset Get Pa Pricing Sources", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/analytics/engines/pa/v3/pricing-sources", "params": [ { "name": "name", "value": "", "type": "query", "description": "PA pricing sources name" }, { "name": "category", "value": "", "type": "query", "description": "PA pricing sources category" }, { "name": "directory", "value": "", "type": "query", "description": "The directory to get the PA pricing sources in" } ] }, "docs": "This endpoint lists all the PA pricing sources that can be applied to a PA calculation." }, { "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 }