Get all tasks
Tasks
Get all tasks
Return a paginated list of tasks (child tickets) for your company. Pass a task id to getTicket to fetch that single task.
GET
Get all tasks
Key: Read
Scope: Company
Authorizations
Use your Primo API key in the Authorization header as Bearer <API_KEY>.
Query Parameters
Page number
Required range:
1 <= x <= 9007199254740991Number of items per page (max 100)
Required range:
1 <= x <= 100Available options:
PENDING, IN_PROGRESS, COMPLETED, CANCELLED Available options:
LOW, MEDIUM, HIGH Filter by assignee employee ID
Filter by parent ticket ID
Available options:
OVERDUE, TODAY, THIS_WEEK, NO_DUE_DATE Filter tasks by tag ids
Filter tasks by title
Minimum string length:
1Available options:
status, priority, reference, dueDate, title Available options:
ASC, DESC