{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Catalog API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Catalog", "type": "folder" }, "items": [ { "info": { "name": "Factset Get a list of chart categories", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/catalog/categories" }, "docs": "Factset Get a list of chart categories" }, { "info": { "name": "Factset Get a list of chart templates that can be used for getting the image from the service.", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/catalog/charts", "params": [ { "name": "categories", "value": "", "type": "query", "description": "A comma delimited string of catgory names to limit the response to certain categories. If nothing is provided, all charts under every category would be listed out." }, { "name": "type", "value": "json", "type": "query", "description": "return type of the response" } ] }, "docs": "You can get all the charts present or can just get the information by categories. The response includes the name of the chart, description, tags and any additional input specific to that chart. Use the information from this response to determine what charts you want and get its image from /images endpoint. Additionally you can also get back a auto generated PDF for the categories you requested for." } ] } ], "bundled": true }