{ "opencollection": "1.0.0", "info": { "name": "Factset Analytics Datastore About Create Template API", "version": "1.0.0" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Create Template", "type": "folder" }, "items": [ { "info": { "name": "Factset Kick off request to create template with reports of your choice", "type": "http" }, "http": { "method": "POST", "url": "https://api.factset.com/v1/create-template/", "body": { "type": "json", "data": "{}" } }, "docs": "This end point retrieves template name and template_id of the template you create. All the book options such as name of the template, type, and reports can be specified in the request body. Please refer to the documentation for valid section ids and report ids." } ] } ], "bundled": true }