Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Response
200 - application/json
Ok
The response is of type any.
Get all tickets in a project with support for filtering, sorting, and pagination.
Filtering:
type=BUG or type=BUG,FEATURE_REQUESTstatus=OPENpriority=HIGH or priority=HIGH,MEDIUMarchived=false or ignoreArchived=trueisSpam=falseSorting:
sort=-createdAt (newest first) or sort=createdAt (oldest first)sort=priority (ascending: LOW, MEDIUM, HIGH) or sort=-priority (descending)sort=-updatedAtPagination:
limit=20 (default up to 1000)skip=0 (for pagination: skip=(page-1)*limit)Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Ok
The response is of type any.