办理档案管理页面的通用查询方法
2022年11月22日15:49:18:档案属性名改为:archiveProperty
{
"pageNum": 1,
"pageSize": 10,
"userName": "广东省司法厅",
"loginDirectlyDepId": "089ca82911ba4c47b14af124b7a1a2f9",
"archiveType": 1,
"archiveTagId":"828080f4848a0a9001848a0a90fd0000",
"archivePropertyId":"6c713d2342914c40ba88d9391325f4e4",
"archiveSecretLevelId":"fb1094ae36244b23b2833849e679fc0c"
}
curl --location --request POST 'https://cn-cd-dx-3.natfrp.cloud:45582/api/zfdw_ext/ltm/handleArchive/findHandleArchiveByPage' \
--header 'Cookie: SESSION=;SESSION=3bb735243ee640199353a7f5050af8c6' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"userName": "广东省司法厅",
"loginDirectlyDepId": "089ca82911ba4c47b14af124b7a1a2f9",
"archiveType": 1,
"archiveTagId":"828080f4848a0a9001848a0a90fd0000",
"archivePropertyId":"6c713d2342914c40ba88d9391325f4e4",
"archiveSecretLevelId":"fb1094ae36244b23b2833849e679fc0c"
}'
{
"success": true,
"message": "string",
"code": 0,
"result": {
"records": [
{
"archiveType": 0,
"bzId": "string",
"userId": "string",
"userName": "string",
"userType": "string",
"userStatus": 1,
"departId": "string",
"departName": "string",
"paperworkId": "string",
"paperworkNo": "string",
"paperworkStatus": 1,
"archiveId": "string",
"archiveTag": "string",
"archiveProperty": "string",
"archiveSecretLevel": "string",
"needApply": 0,
"canRead": 0,
"readApprovalStatus": 1,
"readRemainingTimes": 0,
"readReturnReason": "string",
"canDownload": 0,
"downloadApprovalStatus": 1,
"downloadRemainingTimes": 0,
"downloadReturnReason": "string",
"isMoveUser": 0
}
],
"total": 0,
"size": 0,
"current": 0,
"searchCount": true,
"pages": 0
},
"timestamp": 0
}