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

selfServiceCenterTemplate

Fetch a Self Service Center V2 template by template file name.

Arguments

Argument
Description

Which source of template to return. When omitted, returns both default and customized templates.

templateFileName (String!)

The file name of the template (e.g. dashboard.liquid).

Return fields

body (String!)

The Liquid template body content.

createdAt (ISO8601DateTime)

When the template was created.

customized (Boolean!)

Whether the template has been customized from the default template body.

id (ID)

The database ID of the template.

The latest saved version for this template.

publishedAt (ISO8601DateTime)

When the current version was published.

The saved version currently published for customer-facing rendering.

templateFileName (String!)

The file name identifier of the template (e.g. dashboard.liquid).

updatedAt (ISO8601DateTime)

When the template was last updated.

Saved versions for this template, newest first.

Last updated

Was this helpful?