GET api/ReportManage/GetReportManageByFillStaffId?staffId={staffId}&communityId={communityId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | string |
Required |
|
| communityId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfPropertyReportManage| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of PropertyReportManage |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"Title": "sample string 2",
"StartDate": "2025-12-07 04:20:15",
"IsSetWorkDate": true,
"WorkDateId": "sample string 5",
"ReportWeek": 6,
"ReportDay": 7,
"ReportWeekType": 8,
"ReportMonths": 9,
"TemplateId": "sample string 10",
"Created": "2025-12-07 04:20:15",
"Updated": "2025-12-07 04:20:15",
"StaffId": "sample string 13",
"CommunityId": "sample string 14",
"TempalteName": "sample string 15"
},
{
"Id": "sample string 1",
"Title": "sample string 2",
"StartDate": "2025-12-07 04:20:15",
"IsSetWorkDate": true,
"WorkDateId": "sample string 5",
"ReportWeek": 6,
"ReportDay": 7,
"ReportWeekType": 8,
"ReportMonths": 9,
"TemplateId": "sample string 10",
"Created": "2025-12-07 04:20:15",
"Updated": "2025-12-07 04:20:15",
"StaffId": "sample string 13",
"CommunityId": "sample string 14",
"TempalteName": "sample string 15"
}
]
}