For the complete documentation index, see llms.txt. This page is also available as Markdown.

Get template variant

get
Path parameters
idstringRequired
templateIdstringRequired
Query parameters
selectstringOptional
Responses
200

OK

application/json

Represents a language-specific variant of a template.

idstringOptional
revisioninteger · int32Optional
bodystring · nullableOptional

Gets or sets the body content for this variant.

defaultbooleanOptional

Gets or sets a value indicating whether this is the default variant for the parent template.

languageCodestringOptional

Gets or sets the language code for this variant.

statusstringOptional

Gets or sets the current status of the variant.

subjectstring · nullableOptional

Gets or sets the subject for messages created from this variant.

get/public/v1/notifications/templates/{templateId}/variants/{id}

Last updated

Was this helpful?