GET api/ReportManage/GetReportManageTotal?staffId={staffId}&communityId={communityId}&dateTime={dateTime}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| staffId | string |
Required |
|
| communityId | string |
Required |
|
| dateTime | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfObject| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Object |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": {}
}