TagOrderField
The possible fields by which tags can be ordered.
enum TagOrderField {
COLOR
CONVERSATION_COUNT
COUNT
CREATED_AT
CREATOR_ID
LAST_USED_AT
NAME
UPDATED_AT
}
Values
TagOrderField.COLOR
Orders by the tag color code.
TagOrderField.CONVERSATION_COUNT
Sorts tags by how many times they are used, based on the channel_id and conversation_states filters. This sort option only works in descending (DESC) order and cannot be combined with other filters.
TagOrderField.COUNT
Orders by the the number of times the tag is used.
TagOrderField.CREATED_AT
Orders by the date that the tag was created.
TagOrderField.CREATOR_ID
Orders by the creator id.
TagOrderField.LAST_USED_AT
Orders by the last time the tag was used.
TagOrderField.NAME
Orders by the tag name.
TagOrderField.UPDATED_AT
Orders by the date that the tag was last updated.
Member of
TagOrder input