Task

Get task statistics

Retrieves aggregated statistics for tasks matching the provided criteria. Returns totals for duration, salary, expenses, and mileage without returning individual task data.

post/v1/tasks/statistics

Request body

searchstring
sortstring
orderstring
countinteger
pageinteger
limitinteger
startDatestring
endDatestring
organizationIdstring
teamIdstring
projectIdstring
todoIdstring
rateIdstring
documentIdstring
typestring
filterstring
teamIdsstring[]
projectIdsstring[]
tagIdsstring[]
taskIdsstring[]
userIdsstring[]
feelingsinteger[]
excludeTaskIdsstring[]
populatePausesboolean
populateExpensesboolean
populateNotesboolean
populateTagsboolean
offsetinteger

Response

Task statistics

durationinteger
durationBreakinteger
salaryTotalstring decimal
salaryBreakstring decimal
expensesTotalstring decimal
expensesPaidstring decimal
mileagestring decimal

Changes

No recorded changes to this endpoint across all 3 revisions of this API.