Skip to main content

TemplateVersionListResponse

data object[]required
  • Array [
  • versionintegerrequired
    subjectstring
    htmlstring
    textstring
    variablesstring[]
    checksumstringrequired
    created_atstring<date-time>required
  • ]
  • has_morebooleanrequired
    next_cursorstring
    TemplateVersionListResponse
    {
    "data": [
    {
    "version": 0,
    "subject": "string",
    "html": "string",
    "text": "string",
    "variables": [
    "string"
    ],
    "checksum": "string",
    "created_at": "2024-07-29T15:51:28.071Z"
    }
    ],
    "has_more": true,
    "next_cursor": "string"
    }