Methods in com.gentics.contentnode.rest.resource that return TagListResponse |
TagListResponse |
PageResource.getTags(java.lang.Integer id,
java.lang.Integer skipCount,
java.lang.Integer maxItems,
TagSortAttribute sortBy,
SortOrder sortOrder,
java.lang.String search)
Get the list of tags (contenttags and templatetags) for this page |
TagListResponse |
TemplateResource.getTags(java.lang.String id,
java.lang.Integer skipCount,
java.lang.Integer maxItems,
TagSortAttribute sortBy,
SortOrder sortOrder,
java.lang.String search)
Get the list of templatetags for this template |
TagListResponse |
PageResource.restoreTag(java.lang.String pageId,
java.lang.String tag,
java.lang.Integer versionTimestamp)
Restore a single tag in the page with the given version timestamp |