> 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-version.md).

# SelfServiceCenterTemplateVersion

### Fields

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

The Liquid template body content saved for this version.

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

When the version was created.

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

The database ID of the template version.

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

Whether this version is currently published.

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

An optional human-readable title for this version.

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

When the version was last updated.

#### versionNumber ([Int](/graphql-api/api-reference/objects/int.md)!)

The sequential version number for this template.
