TicketsOrderByField
Determines which ticket field to order by.
Possible Values
None, CreatedAt, UpdatedAtData Type
string
Default Value
"None"
Remarks
CreatedAt | Setting to CreatedAt will add CreatedAt as an order by field to the request. |
UpdatedAt | Setting to UpdatedAt will add UpdatedAt as an order by field to the request. |