Gets the summed up tracked time duration for all projects and tasks.

GET
The projectName parameter defines the main project of which to fetch the time entries for the duration sum. Supported types are: 'projects' and 'tasks'

Response

This endpoint returns a list of objects
durationSumintegerOptional
The total duration of time trackings on this entity.
projectIdstringOptional
The id of the project this duration aggregation is for.
taskIdstringOptional
The id of the task this duration aggregation is for.