{
"userId": "string",
"pageNum": 0,
"pageSize": 0,
"isPage": true
}
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/userMoveArchive/getUserMoveProcessRecordByPage' \
--header 'Cookie: SESSION=;SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"userId": "string",
"pageNum": 0,
"pageSize": 0,
"isPage": true
}'
{
"success": true,
"message": "string",
"code": 0,
"result": {
"records": [
{
"userId": "string",
"sourceDepId": "string",
"sourceDepName": "string",
"targetDepId": "string",
"targetDepName": "string",
"moveStartTime": 0,
"moveEndTime": "string",
"status": 1,
"undertakeId": "string",
"undertakeName": "string",
"undertakePosition": "string",
"ratifyId": "string",
"ratifyName": "string",
"ratifyPosition": "string"
}
],
"total": 0,
"size": 0,
"current": 0,
"searchCount": true,
"pages": 0
},
"timestamp": 0
}