Skip to main content

Enumeration: TicketSortField

Defined in: enum/TicketSortField.ts:6

TicketSortField Available fields for sorting ticket search results. Enables ordering by various ticket attributes for better organization and analysis.

Enumeration Members

ASSIGNED_TO_ADMIN_USER_ID

ASSIGNED_TO_ADMIN_USER_ID: "ASSIGNED_TO_ADMIN_USER_ID"

Defined in: enum/TicketSortField.ts:40

Sort by the identifier of the admin user the ticket is assigned to.


CLUSTER_ID

CLUSTER_ID: "CLUSTER_ID"

Defined in: enum/TicketSortField.ts:18

Sort by the identifier of the cluster associated with the ticket.


COMPANY_ID

COMPANY_ID: "COMPANY_ID"

Defined in: enum/TicketSortField.ts:24

Sort by the identifier of the company associated with the ticket.


COMPLETED_AT

COMPLETED_AT: "COMPLETED_AT"

Defined in: enum/TicketSortField.ts:34

Sort by the timestamp when the ticket was completed.


CONTACT_ID

CONTACT_ID: "CONTACT_ID"

Defined in: enum/TicketSortField.ts:20

Sort by the identifier of the contact associated with the ticket.


CREATED_AT

CREATED_AT: "CREATED_AT"

Defined in: enum/TicketSortField.ts:36

Sort by the timestamp when the ticket was created.


CREATED_BY_ADMIN_USER_ID

CREATED_BY_ADMIN_USER_ID: "CREATED_BY_ADMIN_USER_ID"

Defined in: enum/TicketSortField.ts:42

Sort by the identifier of the admin user who created the ticket.


CUSTOMER_ID

CUSTOMER_ID: "CUSTOMER_ID"

Defined in: enum/TicketSortField.ts:22

Sort by the identifier of the customer associated with the ticket.


EMAIL

EMAIL: "EMAIL"

Defined in: enum/TicketSortField.ts:26

Sort by the email address of the contact associated with the ticket.


EXTERNAL_URL

EXTERNAL_URL: "EXTERNAL_URL"

Defined in: enum/TicketSortField.ts:30

Sort by the external URL associated with the ticket.


ID

ID: "ID"

Defined in: enum/TicketSortField.ts:8

Sort by the unique identifier of the ticket.


LAST_MODIFIED_AT

LAST_MODIFIED_AT: "LAST_MODIFIED_AT"

Defined in: enum/TicketSortField.ts:38

Sort by the timestamp when the ticket was last modified.


LAST_MODIFIED_BY_ADMIN_USER_ID

LAST_MODIFIED_BY_ADMIN_USER_ID: "LAST_MODIFIED_BY_ADMIN_USER_ID"

Defined in: enum/TicketSortField.ts:44

Sort by the identifier of the admin user who last modified the ticket.


ORDER_ID

ORDER_ID: "ORDER_ID"

Defined in: enum/TicketSortField.ts:14

Sort by the identifier of the order associated with the ticket.


PHONE

PHONE: "PHONE"

Defined in: enum/TicketSortField.ts:28

Sort by the phone number of the contact associated with the ticket.


PICKED_UP_AT

PICKED_UP_AT: "PICKED_UP_AT"

Defined in: enum/TicketSortField.ts:32

Sort by the timestamp when the ticket was picked up by an admin user.


PRODUCT_ID

PRODUCT_ID: "PRODUCT_ID"

Defined in: enum/TicketSortField.ts:16

Sort by the identifier of the product associated with the ticket.


STATUS

STATUS: "STATUS"

Defined in: enum/TicketSortField.ts:12

Sort by the status of the ticket.


TYPE

TYPE: "TYPE"

Defined in: enum/TicketSortField.ts:10

Sort by the type of the ticket.