Authorization: ********************{
"page": 0,
"limit": 0,
"sortBy": "string",
"order": "string",
"projectId": "string",
"status": "string"
}curl --location --request POST '/api/appeal/get_appeal_list' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 0,
"limit": 0,
"sortBy": "string",
"order": "string",
"projectId": "string",
"status": "string"
}'{
"code": 0,
"message": "申诉列表获取成功",
"data": [
{
"_id": "68e8bd5456a9bdff631a308b",
"projectId": "68aeba8a9b12684d0dcd0483",
"submitterId": {
"_id": "67ca91d5b2effc091a2af9ee",
"role": "admin",
"name": "tieta_admin",
"email": null
},
"appealType": "dateRange",
"startDate": "2025-02-28T16:00:00.000Z",
"endDate": "2025-03-04T16:00:00.000Z",
"reason": "由于当地村民阻工,导致项目无法正常施工,具体地点:XX村,阻工方:村民代表李四,阻工原因:土地纠纷。",
"adminApproverId": {
"_id": "67ca91d5b2effc091a2af9ee",
"role": "admin",
"name": "tieta_admin",
"email": null
},
"leaderApproverId": {
"_id": "68d348b628d092defad5a08c",
"role": "admin",
"name": "mr",
"email": null
},
"status": "待审批",
"adminApprovalStatus": "待审批",
"leaderApprovalStatus": "待审批",
"attachments": [],
"createdAt": "2025-10-10T08:01:24.212Z",
"updatedAt": "2025-10-10T08:01:24.212Z",
"__v": 0
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 1,
"totalPages": 1
}
}