Method Details for GetTicketsPaged.
Returns a list of Tickets based on the filter
Parameters
- CustomerID Integer Limits result to ticket for the customer with the supplied CustomerID (int)
- ResponsibleEmployeeID Integer Limits the result to Tickets assigned to the Employee with the supplied EmployeeID (int)
- TicketStatusID Integer Limits the result based on status of the ticket. Values-2 = all; 1 = Active; 2 = Closed; 3 = Pending; 4 = Ready for closure; 5 = Cancelled; -1 = Active + Ready for closure + Pending (int)
- loadExternalKeys Boolean Falg to load external system keys for the Tickets (int)
- page Integer The page number
- pageSize Integer The number of items returned per page
- token SecurityToken Security token associated with the request