Skip to main content

TemplateSortField

Available fields for sorting template search results.

Determines the ordering criteria for template listings and search operations, enabling organized presentation of template data.

enum TemplateSortField {
LAST_MODIFIED_AT
CREATED_AT
}

Values

TemplateSortField.LAST_MODIFIED_AT

Sort by the timestamp when the template was last modified.

Useful for finding recently updated templates or organizing templates by modification history.

TemplateSortField.CREATED_AT

Sort by the timestamp when the template was originally created.

Useful for chronological organization or finding the oldest/newest templates in the system.

Member Of

TemplateSortInput input