{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Template List API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Template List", "type": "folder" }, "items": [ { "info": { "name": "Factset Retrieves the list of templates that are available", "type": "http" }, "http": { "method": "GET", "url": "https://api.factset.com/v1/template-list" }, "docs": "A template is a predefined list of content to be compiled in a PDF. This end point works without any parameters and retrieves the list of templates available for the user. Templates need to defined/created in FactSet workstation." } ] } ], "bundled": true }