v1
latestOpenAPI 3.0.02026-08-061770538.1 KBReturns a paginated list of Tickets
Required permission: Tickets - List/Search Single-Customer Users can only access own tickets.
Query parameters
Any Ticket with customer_id equal to the parameter.
Any Ticket with contact_id equal to the parameter.
Any Ticket with number equal to the parameter.
Returns Tickets resolved after the date. Example "2019-01-23".
Returns Tickets created after the date. Example "2019-02-25".
Returns Tickets updated after the date. Example "2019-02-25".
Any Ticket with status equal to the parameter. Examples "New", "In Progress", "Resolved", "Invoiced", "Waiting for Parts", "Waiting on Customer", "Scheduled", "Customer Reply", "Not Closed".
Search query
Any Ticket assigned to a User ID
Any Ticket assigned to the current user
Returns results of a Ticket Search
Returns provided page of results, each 'page' contains 25 results
Returns comments in the specified format. Allowed values: 'plaintext', 'richtext', 'original'. Defaults to 'plaintext'.
(DEPRICATED PARAM) When set to true, includes all ticket comments in the resposne, when set to false, only the initial comment is returned. Defaults to true. In near future(31 Mar, 2026) params will disappear and endpoint returns only first comment
Returns only Tickets linked (via assets) to assets whose name matches the provided value (case-insensitive partial match). Optional. Combine with customer_id to scope the asset search to a single customer; without customer_id the search spans all matching customers in the authenticated account. Combine with asset_serial to AND both filters against the same asset match set.
Returns only Tickets linked (via assets) to assets whose serial number is exactly the provided value (exact match). Optional. Combine with asset_name to AND both filters against the same asset match set.
Response
successful