Factset · Schema

createTemplatePostRequest

The request body allows users to input the name of the template, ticker

FinancialFinancial DataInvestment AnalyticsMarket DataPortfolio AnalyticsResearch

Properties

Name Type Description
tmpl_name string name of the template
tmpl_type string Type of the template (public,pc,pe,fi)
content array Content sections
View JSON Schema on GitHub

JSON Schema

factset-bookbuilder-create-template-post-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "createTemplatePostRequest",
  "type": "object",
  "description": "The request body allows users to input the name of the template, ticker",
  "properties": {
    "tmpl_name": {
      "type": "string",
      "description": "name of the template"
    },
    "tmpl_type": {
      "type": "string",
      "description": "Type of the template (public,pc,pe,fi)"
    },
    "content": {
      "type": "array",
      "description": "Content sections"
    }
  }
}