curl --location --request GET 'https://open.teambition.com/api/worktime/aggregation/task/' \
--header 'Authorization: Bearer <appAccessToken>' \
--header 'X-Tenant-Id: 50c32af35a87e6b2...' \
--header 'X-Tenant-Type: organization'
{
"code": 200,
"errorMessage": "string",
"result": [
{
"objectId": "string",
"objectType": "task",
"worktime": 0,
"count": 0,
"objects": [
{
"worktimeId": "string",
"objectType": "task",
"objectId": "string",
"worktime": 0,
"submitterId": "string"
}
],
"objectIds": [
"string"
],
"submitterIds": [
"string"
],
"userIds": [
"string"
],
"dates": [
"2020-05-29T00:00:00.000Z"
]
}
]
}