AddTemplate
  • 1 Minute to read
  • Dark
    Light
  • PDF

AddTemplate

  • Dark
    Light
  • PDF

Article summary

Adds a field template to the project

KeyValue(s)Description
method"AddTemplate"Adds a field template to the project
project"currentproject"current project name
name"FieldTemplatName"name of the template, as displayed in the templates tab
overwritefalseif true, existing templates will be overwritten
fields[
"table.field1",
"table.field2",
"..."
]
List of fields to add to the field template

{Explanation}

{
  "method": "AddTemplate",
  "project": "BikeData2",
  "name": "Example",
  "overwrite": false,
  "fields": [
    "BikeTripData.StartStation_locale",
    "BikeTripData.Start Date"
  ]
}



Was this article helpful?

What's Next