GET api/ReportManage/GetReportTemplateByStaffId?reportManageId={reportManageId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| reportManageId | string |
Required |
Body Parameters
None.
Response Information
Resource Description
ResponseResultOfListOfPropertyReportManageTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| Status | boolean |
None. |
|
| Mesg | string |
None. |
|
| Data | Collection of PropertyReportManageTemplate |
None. |
Response Formats
application/json, text/json
Sample:
{
"Status": true,
"Mesg": "sample string 2",
"Data": [
{
"Id": "sample string 1",
"ReportManageId": "sample string 2",
"TemplateId": "sample string 3",
"TemplateTitle": "sample string 4",
"CommunityId": "sample string 5"
},
{
"Id": "sample string 1",
"ReportManageId": "sample string 2",
"TemplateId": "sample string 3",
"TemplateTitle": "sample string 4",
"CommunityId": "sample string 5"
}
]
}