v1

latestOpenAPI 3.0.3Proprietary2026-07-1713346131.7 KB
Reporting

Export all tasks as Excel

Export all tasks as Excel. Includes request parameters, authorization expectations, and response details.

post/reporting/all-tasks/export/excel

Request body

indexinteger required
sizeinteger required
sortFieldstring
sortOrder'asc' | 'desc'
searchstring nullable
teamsstring[] nullable
projectsstring[] nullable
statusesstring[] nullable
prioritiesstring[] nullable
assigneesstring[] nullable
labelsstring[] nullable
phasesstring[] nullable
dateField'due_date' | 'start_date' | 'created_at' | 'completed_at' nullable
dateFromstring date nullable
dateTostring date nullable
includeArchivedboolean
includeSubtasksboolean
completionStatus'all' | 'completed' | 'incomplete' | 'overdue'
billable'all' | 'billable' | 'non-billable'
groupBystring nullable

Example request

{
  "index": 1,
  "size": 20,
  "sortField": "end_date",
  "statuses": [
    "todo"
  ]
}

Response

Excel file stream