| API mobile |
Mô tả |
Payload mẫu |
| /rpc/mobile/construction/count-activity |
số lượng hoạt động của công trình |
{} |
| /rpc/mobile/construction/list-activity |
danh sách hoạt động |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/filter-list-app-user |
danh sách người phụ trách |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/filter-list-activity-type |
danh sách loại hoạt động |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/filter-list-activity-status |
dánh sách trạng thái |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/single-list-app-user |
danh sách người phụ trách |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/single-list-activity-type |
danh sách loại hoạt động |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/single-list-activity-status |
dánh sách trạng thái |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/single-list-activity-priority |
danh sách độ ưu tiên |
{"skip":0,"take":10 }
|
| /rpc/mobile/construction/save-image |
tải ảnh lên |
|
| /rpc/mobile/construction/create-activity |
Tạo hoạt động mới |
{
"id":3,
"title": "Khởi công dự án",
"constructionId": 40,
"appUserId": 2659,
"activityTypeId": 2,
"activityStatusId": 2,
"activityPriorityId": 2,
"fromDate": "2024-06-07T15:01:23.250Z",
"toDate":"2024-07-06T15:01:23.250Z",
"description":"lắp đặt dàn đèn đầu tiên",
"address":"số 100 Hạ Đình, Thanh Xuân",
"constructionActivityImageMappings":[
{
"ImageId":875962
},
{
"ImageId":875964
}
]
}
|
| /rpc/mobile/construction/update-activity |
Sửa hoạt động |
{
"id":3,
"title": "Khởi công dự án",
"constructionId": 40,
"appUserId": 2659,
"activityTypeId": 2,
"activityStatusId": 2,
"activityPriorityId": 2,
"fromDate": "2024-06-07T15:01:23.250Z",
"toDate":"2024-07-06T15:01:23.250Z",
"description":"lắp đặt dàn đèn đầu tiên",
"address":"số 100 Hạ Đình, Thanh Xuân",
"constructionActivityImageMappings":[
{
"ImageId":875962
},
{
"ImageId":875964
}
]
}
|
| /rpc/mobile/construction/delete-activity |
Xoá hoạt động |
{"id":3}
|
| /rpc/mobile/construction/get-activity |
Lấy thông tin hoạt động |
{"id":3}
|