{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Navigator API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Navigator", "type": "folder" }, "items": [ { "info": { "name": "Factset Get the list of products for Navigator.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/navigator/products" }, "docs": "Factset Get the list of products for Navigator." }, { "info": { "name": "Factset Get the list of data items associated with a product for Navigator.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/navigator/data_items/:Product_id", "params": [ { "name": "Product_id", "value": "", "type": "path", "description": "The id for the Product to fetch the list of data items for." } ] }, "docs": "Factset Get the list of data items associated with a product for Navigator." }, { "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 the list of fields associated with a table for Navigator, and the code information for the specified data item, if applicable.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/navigator/table_fields/:Table_id", "params": [ { "name": "Table_id", "value": "", "type": "path", "description": "The id for the Table to fetch the fields for." }, { "name": "DataItem_id", "value": "", "type": "query", "description": "The id for the DataItem. This is required in case the data item is represented as a code in Standard DataFeeds." } ] }, "docs": "Factset Get the list of fields associated with a table for Navigator, and the code information for the specified data item, if applicable." }, { "info": { "name": "Factset Returns the data items (along with the products they belong to) that contain at least one of the search terms as a substring of either their name or description.", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/navigator/basic_search", "body": { "type": "json", "data": "{}" } }, "docs": "Factset Returns the data items (along with the products they belong to) that contain at least one of the search terms as a substring of either their name or description." } ] } ], "bundled": true }