curl --location --request GET 'http://localhost:8027/zentao/analysis/taskSchedule' \
--header 'Authorization: '
{
"code": 0,
"msg": "string",
"data": [
{
"id": "string",
"userId": 0,
"realName": "string",
"taskId": "string",
"taskName": "string",
"taskStatus": "string",
"estimate": 0,
"taskNum": 0,
"beginDate": "2019-08-24",
"endDate": "2019-08-24",
"workDay": 0,
"storyTitle": "string",
"projectName": "string",
"dayData": {
"property1": {
"property1": {},
"property2": {}
},
"property2": {
"property1": {},
"property2": {}
}
}
}
]
}