ts.tpl.lineage

Walk the version chain for a template.

Walk the version chain for a template.

Requires authentication

Description

Returns the version lineage of a template, showing the chain of forks from the original to the current version.

Parameters

NameTypeRequiredDefaultDescription
idstringYesTemplate ID

Response

Returns the version chain.

{
  "lineage": [
    {
      "id": "tpl_original...",
      "name": "Sprint Summary",
      "version": 1
    },
    {
      "id": "tpl_a1b2c3d4e5f6...",
      "name": "Sprint Summary v2",
      "version": 2
    }
  ]
}

Errors

CodeDescription
not_authenticatedNo active login for this session
not_foundTemplate not found