> For the complete documentation index, see [llms.txt](https://developer.firmhouse.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developer.firmhouse.com/graphql-api/api-reference/objects/self-service-center-template.md).

# SelfServiceCenterTemplate

### Fields

#### body ([String](/graphql-api/api-reference/objects/string.md)!)

The Liquid template body content.

#### createdAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

When the template was created.

#### customized ([Boolean](/graphql-api/api-reference/objects/boolean.md)!)

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

#### id ([ID](/graphql-api/api-reference/objects/id.md))

The database ID of the template.

#### latestVersion ([SelfServiceCenterTemplateVersion](/graphql-api/api-reference/objects/self-service-center-template-version.md))

The latest saved version for this template.

#### publishedAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

When the current version was published.

#### publishedVersion ([SelfServiceCenterTemplateVersion](/graphql-api/api-reference/objects/self-service-center-template-version.md))

The saved version currently published for customer-facing rendering.

#### templateFileName ([String](/graphql-api/api-reference/objects/string.md)!)

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

#### updatedAt ([ISO8601DateTime](/graphql-api/api-reference/objects/iso-8601-date-time.md))

When the template was last updated.

#### versions (\[[SelfServiceCenterTemplateVersion](/graphql-api/api-reference/objects/self-service-center-template-version.md)!]!)

Saved versions for this template, newest first.
