List project tickets
GET/v1/projects/:projectId/tickets
Paginated tickets of a project. Filters: priority, assigned_to, created_at (single date or "start,end"), number (contact phone number; last 10 significant digits matched), form[<key>] (the ticket's own dynamic fields), contact[<column>] and contact_form[<key>] (the linked contact), and a generic search (ticket_key). Different keys are AND-ed, values of one key are OR-ed. At most 5 fields per request in total across form and contact_form (the whole contact block counts as one), and at most 50 values per field. Requires api_user|ticket_view.
Request
Responses
- 200
- 401
- 403
- 404
- 422
Paginated tickets
Unauthenticated
Missing permission
Project not found
Invalid query parameter (unknown form field, malformed filter, unknown include, ...)