{
"type": "string",
"userIds": [
"string"
],
"startDate": "string",
"endDate": "string",
"pageNum": 0,
"pageSize": 0
}
curl --location --request POST 'https://open.teambition.com/api/report/project//statistics/worktime' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Id;' \
--header 'X-Tenant-Type;' \
--header 'X-Tenant-Type;' \
--header 'Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"type": "string",
"userIds": [
"string"
],
"startDate": "string",
"endDate": "string",
"pageNum": 0,
"pageSize": 0
}'
{
"code": 200,
"errorMessage": "",
"result": [
{
"data": 100800000,
"userId": "5d26d562c1a645099494376e"
}
]
}