{
"scheduleGroupId": "string",
"startTime": "string",
"endTime": "string",
"orgIds": [
"string"
]
}curl --location --request POST '/schedule/user/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"scheduleGroupId": "string",
"startTime": "string",
"endTime": "string",
"orgIds": [
"string"
]
}'{
"code": "",
"result": "",
"data": {
"recordList": [
{
"groupUser": {
"groupUserId": "",
"groupUserName": ""
},
"positionName": [
""
],
"workHourNum": "",
"restDayNum": "",
"dayList": [
{
"id": "",
"date": "",
"schedule": {
"scheduleId": "",
"scheduleName": ""
},
"cover": false,
"swapping": false
}
]
}
],
"statisticsList": [
{
"scheduleId": "",
"scheduleName": "",
"timeRanges": [
{
"startTime": "",
"endTime": ""
}
],
"dayList": [
{
"date": "",
"num": 0
}
]
}
]
},
"message": "",
"count": 0,
"total": 0,
"size": 0,
"current": 0,
"pages": 0,
"orders": [
{
"column": "",
"asc": false
}
],
"timestamp": 0,
"extra": {
"{}": {}
},
"traceId": "",
"withColumns": [
""
],
"includeColumns": [
""
],
"cause": ""
}